fixed error in doc

This commit is contained in:
Ismael Carnales 2009-08-11 09:23:45 -03:00
parent 10a527daca
commit 3614998053
1 changed files with 1 additions and 5 deletions

View File

@ -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 = {