From 09643796b4d6ef25b23c1d7366d22ca55bd091d8 Mon Sep 17 00:00:00 2001 From: Lukas Anzinger Date: Fri, 3 Feb 2017 20:05:17 +0100 Subject: [PATCH] Fix typo in downloader-middleware.rst. --- docs/topics/downloader-middleware.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/downloader-middleware.rst b/docs/topics/downloader-middleware.rst index 3b9a5335a..2e32eb280 100644 --- a/docs/topics/downloader-middleware.rst +++ b/docs/topics/downloader-middleware.rst @@ -748,7 +748,7 @@ REDIRECT_MAX_TIMES Default: ``20`` -The maximum number of redirections that will be follow for a single request. +The maximum number of redirections that will be followed for a single request. MetaRefreshMiddleware ---------------------