Skip to content

Commit

Permalink
Fixed typo in docs/topics/testing/advanced.txt. (django#9416)
Browse files Browse the repository at this point in the history
  • Loading branch information
sir-sigurd authored Dec 4, 2017
1 parent 450c933 commit 3922f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/testing/advanced.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ restricted subset of the test client API:
:meth:`~Client.options()`, and :meth:`~Client.trace()`.

* These methods accept all the same arguments *except* for
``follows``. Since this is just a factory for producing
``follow``. Since this is just a factory for producing
requests, it's up to you to handle the response.

* It does not support middleware. Session and authentication
Expand Down

0 comments on commit 3922f02

Please sign in to comment.