From 8ae11bf945e902f5c8ed35aa94f4dcfd3591f462 Mon Sep 17 00:00:00 2001 From: Nikolaos-Digenis Karagiannis Date: Tue, 11 Feb 2014 22:30:00 +0200 Subject: [PATCH] downloaderMW doc typo (spiderMW doc copy remnant) --- docs/topics/downloader-middleware.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/downloader-middleware.rst b/docs/topics/downloader-middleware.rst index 38d19fb00..30075fa7b 100644 --- a/docs/topics/downloader-middleware.rst +++ b/docs/topics/downloader-middleware.rst @@ -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,