mirror of
https://github.com/jazzband/django-axes.git
synced 2026-05-15 02:54:52 +00:00
docs: Fix simple typo, timdelta -> timedelta (#574)
There is a small typo in axes/tests/test_utils.py. Should read `timedelta` rather than `timdelta`.
This commit is contained in:
parent
32daed795f
commit
06a3f6b39f
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ class CacheTestCase(AxesTestCase):
|
|||
class TimestampTestCase(AxesTestCase):
|
||||
def test_iso8601(self):
|
||||
"""
|
||||
Test get_cool_off_iso8601 correctly translates datetime.timdelta to ISO 8601 formatted duration.
|
||||
Test get_cool_off_iso8601 correctly translates datetime.timedelta to ISO 8601 formatted duration.
|
||||
"""
|
||||
|
||||
expected = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue