Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
:s/it/is
  • Loading branch information
natanlao authored and cgoldberg committed Jul 22, 2019
1 parent 593f1aa commit 99dbe00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locust/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ class TaskSequence(TaskSet):
*max_wait* milliseconds. It will then schedule the `index + 1 % len(tasks)` task for execution and so on.
TaskSequence can be nested with TaskSet, which means that a TaskSequence's *tasks* attribute can contain
TaskSet instances as well as other TaskSequence instances. If the nested TaskSet it scheduled to be executed, it will be
TaskSet instances as well as other TaskSequence instances. If the nested TaskSet is 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
continue to run until it throws an InterruptTaskSet exception, which is done when
Expand Down

0 comments on commit 99dbe00

Please sign in to comment.