mirror of https://github.com/scrapy/scrapy.git
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:
commit
05158803df
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue