diff options
| author | Jordan Cook <jordan.cook@pioneer.com> | 2022-04-12 19:22:22 -0500 |
|---|---|---|
| committer | Jordan Cook <jordan.cook@pioneer.com> | 2022-04-15 18:32:19 -0500 |
| commit | 08248be2b1502a2adda0ecfdd1d86bd981dc256e (patch) | |
| tree | 9b057bad333cdbbd22593b6b1ab02cea86bbd877 /requests_cache/patcher.py | |
| parent | 341303f78d95f44ed52208e7d90e05b49afea1cb (diff) | |
| download | requests-cache-08248be2b1502a2adda0ecfdd1d86bd981dc256e.tar.gz | |
Update general expiration docs
Diffstat (limited to 'requests_cache/patcher.py')
| -rw-r--r-- | requests_cache/patcher.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requests_cache/patcher.py b/requests_cache/patcher.py index 5678b7f..dd81f67 100644 --- a/requests_cache/patcher.py +++ b/requests_cache/patcher.py @@ -1,4 +1,4 @@ -"""Utilities for patching ``requests``. +"""Utilities for patching ``requests``. See :ref:`patching` for general usage info. .. warning:: These functions are not thread-safe. Use :py:class:`.CachedSession` if you want to use caching in a multi-threaded environment. |
