Merge pull request #5419 from PendalF89/patch-2

Update downloader-middleware.rst
This commit is contained in:
Andrey Rahmatullin 2022-02-15 10:57:35 +05:00 committed by GitHub
commit 0b0eea3601
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ object gives you access, for example, to the :ref:`settings <topics-settings>`.
methods of installed middleware is always called on every response.
If it returns a :class:`~scrapy.Request` object, Scrapy will stop calling
process_request methods and reschedule the returned request. Once the newly returned
:meth:`process_request` methods and reschedule the returned request. Once the newly returned
request is performed, the appropriate middleware chain will be called on
the downloaded response.