Skip to content

Commit

Permalink
another tiny docfix
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed Aug 19, 2020
1 parent 0f2e7e4 commit 828efb5
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 @@ -35,7 +35,7 @@ class RescheduleTask(Exception):

class RescheduleTaskImmediately(Exception):
"""
When raised in a User task, another User task will be rescheduled immediately
When raised in a User task, another User task will be rescheduled immediately (without calling wait_time first)
"""

class RPCError(Exception):
Expand Down

0 comments on commit 828efb5

Please sign in to comment.