Skip to content

Commit

Permalink
fix grammar in shape.py
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelspagl committed Sep 6, 2022
1 parent f5822f4 commit d6715e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locust/shape.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def tick(self) -> Union[Tuple[int, float], Tuple[int, float, Optional[List[Type[
user_count -- Total user count
spawn_rate -- Number of users to start/stop per second when changing number of users
user_classes -- None or a List of userclasses to be spawend in it tick
user_classes -- None or a List of userclasses to be spawned in it tick
If `None` is returned then the running load test will be stopped.
"""
Expand Down

0 comments on commit d6715e9

Please sign in to comment.