diff options
| author | Sergey Fedoseev <fedoseev.sergey@gmail.com> | 2017-12-04 14:23:16 +0500 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2017-12-04 11:55:12 +0100 |
| commit | 6a70b576b5480894665f81d743da0f83fa42e3cb (patch) | |
| tree | 161280e9eed6ba22b9930ace1529442e8433213d /docs/topics/testing | |
| parent | 792535124111b08a157ebb4055f732af9d89c004 (diff) | |
[2.0.x] Fixed typo in docs/topics/testing/advanced.txt.
Backport of 3922f02dc6b10a3268a710a2837027d3999957a3 from master
Diffstat (limited to 'docs/topics/testing')
| -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 120821e2a7..fd900483e8 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 |
