Merge pull request #571 from darkrho/httpcache-storage-doc

DOC Fixed HTTPCACHE_STORAGE typo in the default value which is now Files...
This commit is contained in:
Mikhail Korobov 2014-01-30 08:48:39 -08:00
commit 05158803df
1 changed files with 1 additions and 1 deletions

View File

@ -505,7 +505,7 @@ Don't cache responses with these URI schemes.
HTTPCACHE_STORAGE
^^^^^^^^^^^^^^^^^
Default: ``'scrapy.contrib.httpcache.DbmCacheStorage'``
Default: ``'scrapy.contrib.httpcache.FilesystemCacheStorage'``
The class which implements the cache storage backend.