Merge pull request #590 from Digenis/master

downloaderMW doc typo (spiderMW doc copy remnant)
This commit is contained in:
Mikhail Korobov 2014-02-12 02:49:30 +05:00
commit 9caf37553e
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,