Skip to content

Commit

Permalink
Merge pull request #216 from gregeinfrank/master
Browse files Browse the repository at this point in the history
Fix typo in docs
  • Loading branch information
cgbystrom committed Dec 9, 2014
2 parents 6066825 + f8b973d commit 68e0aca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/running-locust-distributed.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ will use both port 5557 and 5558.
------------------------------

Optionally used together with ``--master``. Determines what network interface that the master node
will bind to. Defaults to * (all available inrefaces).
will bind to. Defaults to * (all available interfaces).

``--master-bind-port=5557``
------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/writing-a-locustfile.rst
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ the following example *task2* will be executed twice as much as *task1*::
task_set = MyTaskSet


task attribute
tasks attribute
--------------

Using the @task decorator to declare tasks is a convenience, and usually that's the best way to do
Expand Down

0 comments on commit 68e0aca

Please sign in to comment.