mirror of https://github.com/scrapy/scrapy.git
Fix typo: download middleware → downloader middleware
Co-authored-by: Andrey Rakhmatullin <wrar@wrar.name>
This commit is contained in:
parent
ccd1385e11
commit
e1699479f6
|
|
@ -27,7 +27,7 @@ def NO_CALLBACK(*args, **kwargs):
|
|||
|
||||
This value should be used by :ref:`components <topics-components>` that
|
||||
create and handle their own requests, e.g. through
|
||||
:meth:`scrapy.core.engine.ExecutionEngine.download`, so that download
|
||||
:meth:`scrapy.core.engine.ExecutionEngine.download`, so that downloader
|
||||
middlewares handling such requests can treat them differently from requests
|
||||
intended for the :meth:`~scrapy.Spider.parse` callback.
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in New Issue