downloaderMW doc typo (spiderMW doc copy remnant)

This commit is contained in:
Nikolaos-Digenis Karagiannis 2014-02-11 22:30:00 +02:00 committed by Daniel Graña
parent 5925f34e9b
commit 8ae11bf945
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ previous (or subsequent) middleware being applied.
If you want to disable a built-in middleware (the ones defined in
:setting:`DOWNLOADER_MIDDLEWARES_BASE` and enabled by default) you must define it
in your project's :setting:`DOWNLOADER_MIDDLEWARES` setting and assign `None`
as its value. For example, if you want to disable the off-site middleware::
as its value. For example, if you want to disable the user-agent middleware::
DOWNLOADER_MIDDLEWARES = {
'myproject.middlewares.CustomDownloaderMiddleware': 543,