Skip to content

Commit

Permalink
Merge pull request #221 from chrisramsay/patch-1
Browse files Browse the repository at this point in the history
Fix a missing backtick
  • Loading branch information
heyman committed Jan 6, 2015
2 parents 4c735eb + bd7d514 commit ab6f330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ well as what TaskSet class should define the user's "behaviour". TaskSets can be

The :py:class:`HttpLocust <locust.core.HttpLocust>` class inherits from the
:py:class:`Locust <locust.core.Locust>` class, and it adds a client attribute which is an instance of
:py:class:`HttpSession <locust.clients.HttpSession>, that can be used to make HTTP requests.
:py:class:`HttpSession <locust.clients.HttpSession>`, that can be used to make HTTP requests.

Another way we could declare tasks, which is usually more convenient, is to use the
@task decorator. The following code is equivalent to the above::
Expand Down

0 comments on commit ab6f330

Please sign in to comment.