From 4335420f40cbd4326ea939df755d98bf0f6fdd09 Mon Sep 17 00:00:00 2001 From: Nikolaos-Digenis Karagiannis Date: Thu, 6 Mar 2014 16:09:37 +0200 Subject: [PATCH] SpiderMW doc typo: SWP request, response --- docs/topics/spider-middleware.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/topics/spider-middleware.rst b/docs/topics/spider-middleware.rst index 05ad930a9..fc7cf734a 100644 --- a/docs/topics/spider-middleware.rst +++ b/docs/topics/spider-middleware.rst @@ -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: