From d6715e9811408d5a10f372d9c3acc9e5adfaf57a Mon Sep 17 00:00:00 2001 From: Samuel Spagl Date: Tue, 6 Sep 2022 23:18:01 +0200 Subject: [PATCH] fix grammar in `shape.py` --- locust/shape.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locust/shape.py b/locust/shape.py index c32351f12e..ed61e311b2 100644 --- a/locust/shape.py +++ b/locust/shape.py @@ -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. """