mirror of https://github.com/scrapy/scrapy.git
Fix a typo in the HTTP cache documentation (#5455)
This commit is contained in:
parent
9a28eb0bad
commit
2227be7af6
|
|
@ -366,7 +366,7 @@ HttpCacheMiddleware
|
|||
This middleware provides low-level cache to all HTTP requests and responses.
|
||||
It has to be combined with a cache storage backend as well as a cache policy.
|
||||
|
||||
Scrapy ships with three HTTP cache storage backends:
|
||||
Scrapy ships with the following HTTP cache storage backends:
|
||||
|
||||
* :ref:`httpcache-storage-fs`
|
||||
* :ref:`httpcache-storage-dbm`
|
||||
|
|
|
|||
Loading…
Reference in New Issue