From 3614998053736e2ca8c13bdc3dc030052eaf7a8d Mon Sep 17 00:00:00 2001 From: Ismael Carnales Date: Tue, 11 Aug 2009 09:23:45 -0300 Subject: [PATCH] fixed error in doc --- docs/topics/spider-middleware.rst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/topics/spider-middleware.rst b/docs/topics/spider-middleware.rst index 7e9db4809..caddcea7e 100644 --- a/docs/topics/spider-middleware.rst +++ b/docs/topics/spider-middleware.rst @@ -14,14 +14,10 @@ and item that are generated from spiders. Activating a spider middleware ============================== -To activate a downloader middleware component, add it to the +To activate a spider middleware component, add it to the :setting:`SPIDER_MIDDLEWARES` setting, which is a dict whose keys are the middleware class path and their values are the middleware orders. -To activate a middleware component, add it to the :setting:`SPIDER_MIDDLEWARES` -setting, which is a dict whose keys are the middleware class path and their -values are the middleware orders. - Here's an example:: SPIDER_MIDDLEWARES = {