Skip to content

Commit

Permalink
Merge pull request #1269 from timgates42/bugfix/typo_between
Browse files Browse the repository at this point in the history
Fix simple typo: betwen -> between
  • Loading branch information
cyberw authored Feb 25, 2020
2 parents a866e97 + c8539a1 commit b358f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locust/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ class ForumPage(TaskSet):
wait_function = None
"""
Deprecated: Use wait_time instead.
Function used to calculate waiting time betwen the execution of locust tasks in milliseconds.
Function used to calculate waiting time between the execution of locust tasks in milliseconds.
Can be used to override the wait_function defined in the root Locust class, which will be used
if not set on the TaskSet.
"""
Expand Down

0 comments on commit b358f11

Please sign in to comment.