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:
Tim Gates 2020-03-13 18:53:03 +11:00 committed by GitHub
parent 32daed795f
commit 06a3f6b39f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = {