SpiderMW doc typo: SWP request, response

This commit is contained in:
Nikolaos-Digenis Karagiannis 2014-03-06 16:09:37 +02:00
parent 262e7599f4
commit 4335420f40
1 changed files with 2 additions and 2 deletions

View File

@ -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: