1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-23 21:04:20 +00:00

remove wrong default httpcache

This commit is contained in:
nramirezuy 2013-06-25 17:01:29 -03:00
parent e06836ff48
commit 83b2774354

View File

@ -362,8 +362,6 @@ In order to use this policy, set:
* :setting:`HTTPCACHE_POLICY` to ``scrapy.contrib.httpcache.RFC2616Policy``
This is the default cache policy.
.. _httpcache-storage-dbm: