mirror of https://github.com/scrapy/scrapy.git
SpiderMW doc typo: SWP request, response
This commit is contained in:
parent
262e7599f4
commit
4335420f40
|
|
@ -5,8 +5,8 @@ Spider Middleware
|
|||
=================
|
||||
|
||||
The spider middleware is a framework of hooks into Scrapy's spider processing
|
||||
mechanism where you can plug custom functionality to process the requests that
|
||||
are sent to :ref:`topics-spiders` for processing and to process the responses
|
||||
mechanism where you can plug custom functionality to process the responses that
|
||||
are sent to :ref:`topics-spiders` for processing and to process the requests
|
||||
and items that are generated from spiders.
|
||||
|
||||
.. _topics-spider-middleware-setting:
|
||||
|
|
|
|||
Loading…
Reference in New Issue