Skip to content

Commit

Permalink
Undo accidentally removed ReStructuredText syntax in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed May 19, 2020
1 parent 35514dc commit 98a3d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locust/user/wait_time.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def constant_pacing(wait_time):
execution equal to the time specified by the wait_time argument.
In the following example the task will always be executed once every second, no matter
the task execution time:
the task execution time::
class MyUser(User):
wait_time = constant_pacing(1)
Expand Down

0 comments on commit 98a3d7e

Please sign in to comment.