Skip to content

Commit

Permalink
Merge pull request scrapy#627 from Digenis/master
Browse files Browse the repository at this point in the history
SpiderMW doc typo: SWP request, response
  • Loading branch information
kmike committed Mar 7, 2014
2 parents c0a72e9 + 4335420 commit d8fb4a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/topics/spider-middleware.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d8fb4a3

Please sign in to comment.