Fixed typo in tests/cache/tests.py docstring.

This commit is contained in:
Jon Dufresne 2019-12-11 08:39:21 -08:00 committed by Mariusz Felisiak
parent 8d087f9a17
commit 8ea3ff155e
1 changed files with 1 additions and 1 deletions

View File

@ -535,7 +535,7 @@ class BaseCacheTests:
def test_long_timeout(self): 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 treated as an absolute expiration timestamp instead of a relative
offset (#12399). offset (#12399).
""" """