We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c76160 commit 7e3edbfCopy full SHA for 7e3edbf
docs/storage.rst
@@ -77,10 +77,10 @@ Here is an example of using the cache::
77
78
import requests
79
from cachecontrol import CacheControl
80
- from cachecontrol.caches SeparateBodyFileCache
+ from cachecontrol.caches import SeparateBodyFileCache
81
82
sess = CacheControl(requests.Session(),
83
- cache=SeparatedBodyFileCache('.web_cache'))
+ cache=SeparateBodyFileCache('.web_cache'))
84
85
``SeparateBodyFileCache`` supports the same options as ``FileCache``.
86
0 commit comments