Skip to content

Commit

Permalink
Fixed typo in docstring (#729)
Browse files Browse the repository at this point in the history
  • Loading branch information
giantryansaul authored and cgoldberg committed Feb 1, 2018
1 parent add0675 commit 4bc679c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locust/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def fire(self, **kwargs):

quitting = EventHook()
"""
*quitting* is fired when the locust process in exiting
*quitting* is fired when the locust process is exiting
"""

master_start_hatching = EventHook()
Expand Down

0 comments on commit 4bc679c

Please sign in to comment.