Skip to content

Commit

Permalink
Fix some typos in events.py (#820)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixonmars authored and cgoldberg committed Jun 14, 2018
1 parent 7ace2e5 commit 61b43c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions locust/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,14 +113,14 @@ def fire(self, reverse=False, **kwargs):
"""
*master_start_hatching* is fired when we initiate the hatching process on the master.
This event is especially usefull to detect when the 'start' button is clicked on the web ui.
This event is especially useful to detect when the 'start' button is clicked on the web ui.
"""

master_stop_hatching = EventHook()
"""
*master_stop_hatching* is fired when terminate the hatching process on the master.
This event is especially usefull to detect when the 'stop' button is clicked on the web ui.
This event is especially useful to detect when the 'stop' button is clicked on the web ui.
"""

locust_start_hatching = EventHook()
Expand Down

0 comments on commit 61b43c7

Please sign in to comment.