From e0b368183891746f98d3ddd730831ccf3c88f644 Mon Sep 17 00:00:00 2001 From: Sergey Fedoseev Date: Mon, 4 Dec 2017 14:23:16 +0500 Subject: [PATCH] [1.8.x] Fixed typo in docs/topics/testing/advanced.txt. Backport of 3922f02dc6b10a3268a710a2837027d3999957a3 from master --- docs/topics/testing/advanced.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/testing/advanced.txt b/docs/topics/testing/advanced.txt index 6e54d8de71..bb97df71d9 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