Skip to content

Commit

Permalink
tiny docfix
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed Aug 19, 2020
1 parent 00e5935 commit 0f2e7e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locust/exception.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class RescheduleTask(Exception):
"""
When raised in a task it's equivalent of a return statement.
Used internally by TaskSet. When raised within the task control flow of a TaskSet,
Also used internally by TaskSet. When raised within the task control flow of a TaskSet,
but not inside a task, the execution should be handed over to the parent TaskSet.
"""

Expand Down

0 comments on commit 0f2e7e4

Please sign in to comment.