Merge pull request #627 from Digenis/master

SpiderMW doc typo: SWP request, response
This commit is contained in:
Mikhail Korobov 2014-03-07 12:41:39 +05:00
commit d8fb4a35db
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: