Fixed typo in tests/cache/tests.py docstring.
This commit is contained in:
parent
8d087f9a17
commit
8ea3ff155e
|
@ -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).
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue