diff options
| author | Sergey Fedoseev <fedoseev.sergey@gmail.com> | 2017-12-04 14:23:16 +0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-04 14:23:16 +0500 |
| commit | 3922f02dc6b10a3268a710a2837027d3999957a3 (patch) | |
| tree | 51d2a23379350f41b37707e88cc6f31db29220b5 /docs/topics | |
| parent | 450c933fff2b180825dc2c7c1289380431479695 (diff) | |
| download | django-3922f02dc6b10a3268a710a2837027d3999957a3.tar.gz | |
Fixed typo in docs/topics/testing/advanced.txt. (#9416)
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/testing/advanced.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/testing/advanced.txt b/docs/topics/testing/advanced.txt index e6f0782248..f4c875b1c6 100644 --- a/docs/topics/testing/advanced.txt +++ b/docs/topics/testing/advanced.txt @@ -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 |
