Skip to content

Commit

Permalink
Typo fix in locust API documentation (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
frntn authored and cgoldberg committed Jul 14, 2016
1 parent dad9fd0 commit 623d890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locust/core.py
Expand Up @@ -177,7 +177,7 @@ class TaskSet(object):
*min_wait* and *max_wait* milliseconds. It will then schedule another task for
execution and so on.
TaskTests can be nested, which means that a TaskSet's *tasks* attribute can contain
TaskSets can be nested, which means that a TaskSet's *tasks* attribute can contain
another TaskSet. If the nested TaskSet it scheduled to be executed, it will be
instantiated and called from the current executing TaskSet. Execution in the
currently running TaskSet will then be handed over to the nested TaskSet which will
Expand Down

0 comments on commit 623d890

Please sign in to comment.