summaryrefslogtreecommitdiff
path: root/docs/user_guide.md
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2021-08-19 17:25:46 -0500
committerJordan Cook <jordan.cook@pioneer.com>2021-08-19 17:26:01 -0500
commit02e05f09213fe453adb78c7463834f830742b219 (patch)
tree8da7089c6bd836bf5216f7018121831b64ae1d8a /docs/user_guide.md
parentedc298d18187e1938a05b923d131ca608d34acdd (diff)
downloadrequests-cache-02e05f09213fe453adb78c7463834f830742b219.tar.gz
s/whitelist/allowlist
Diffstat (limited to 'docs/user_guide.md')
-rw-r--r--docs/user_guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user_guide.md b/docs/user_guide.md
index 9f7fddb..c4a0c2e 100644
--- a/docs/user_guide.md
+++ b/docs/user_guide.md
@@ -264,7 +264,7 @@ frequently, another that changes infrequently, and another that never changes. E
>>> session = CachedSession(urls_expire_after=urls_expire_after)
```
-You can also use this to define a cache whitelist, so only the patterns you define will be cached:
+You can also use this to define an allowlist, so only the patterns you define will be cached:
```python
>>> urls_expire_after = {
... '*.site_1.com': 30,