From 9f4b1e47a4c9a9a4303cc4bc288acbf3b22a2d21 Mon Sep 17 00:00:00 2001 From: Daniel Grana Date: Sat, 4 Sep 2010 03:26:41 -0300 Subject: [PATCH] damn, really fix httpcache docs --- docs/topics/downloader-middleware.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/topics/downloader-middleware.rst b/docs/topics/downloader-middleware.rst index ec67216b0..4377117c0 100644 --- a/docs/topics/downloader-middleware.rst +++ b/docs/topics/downloader-middleware.rst @@ -298,7 +298,7 @@ Default: ``False`` If enabled, requests not found in the cache will be ignored instead of downloaded. -.. setting:: HTTPCACHE_STORAGE +.. setting:: HTTPCACHE_IGNORE_SCHEMES HTTPCACHE_IGNORE_SCHEMES ^^^^^^^^^^^^^^^^^^^^^^^^ @@ -309,7 +309,7 @@ Default: ``['file']`` Don't cache responses with these URI schemes. -.. setting:: HTTPCACHE_IGNORE_SCHEMES +.. setting:: HTTPCACHE_STORAGE HTTPCACHE_STORAGE ^^^^^^^^^^^^^^^^^