summaryrefslogtreecommitdiff
path: root/tests/cache
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2019-12-11 08:39:21 -0800
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-12-11 17:39:21 +0100
commit8ea3ff155eda8c9aa55e01e756c13faf2eb542d6 (patch)
treee9b992546ccd4b8327ada647d93caf39e674b1a1 /tests/cache
parent8d087f9a179c287e5bb1e24558b097e0a761bc28 (diff)
Fixed typo in tests/cache/tests.py docstring.
Diffstat (limited to 'tests/cache')
-rw-r--r--tests/cache/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cache/tests.py b/tests/cache/tests.py
index eebcaf6cb5..9fa0c12d60 100644
--- a/tests/cache/tests.py
+++ b/tests/cache/tests.py
@@ -535,7 +535,7 @@ class BaseCacheTests:
def test_long_timeout(self):
"""
- Followe memcached's convention where a timeout greater than 30 days is
+ Follow memcached's convention where a timeout greater than 30 days is
treated as an absolute expiration timestamp instead of a relative
offset (#12399).
"""