diff options
| author | Jon Dufresne <jon.dufresne@gmail.com> | 2019-12-11 08:39:21 -0800 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-12-11 17:39:21 +0100 |
| commit | 8ea3ff155eda8c9aa55e01e756c13faf2eb542d6 (patch) | |
| tree | e9b992546ccd4b8327ada647d93caf39e674b1a1 /tests/cache | |
| parent | 8d087f9a179c287e5bb1e24558b097e0a761bc28 (diff) | |
Fixed typo in tests/cache/tests.py docstring.
Diffstat (limited to 'tests/cache')
| -rw-r--r-- | tests/cache/tests.py | 2 |
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). """ |
