DOC Fixed HTTPCACHE_STORAGE typo in the default value which is now Filesystem instead Dbm.

This commit is contained in:
Rolando Espinoza 2014-01-30 11:53:42 -04:00
parent 21f0e4048b
commit a6279fe95b
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.