diff --git a/dateutil/test/test_parser.py b/dateutil/test/test_parser.py index 64007a611..2df3668b0 100644 --- a/dateutil/test/test_parser.py +++ b/dateutil/test/test_parser.py @@ -846,7 +846,7 @@ def test_tzlocal_parse_fold(self): dt_exp = tz.enfold(dt_exp, fold=1) dt = parse('2011-11-06T01:30 EST') - # Because this is ambiguous, kuntil `tz.tzlocal() is tz.tzlocal()` + # Because this is ambiguous, until `tz.tzlocal() is tz.tzlocal()` # we'll just check the attributes we care about rather than # dt == dt_exp assert dt.tzname() == dt_exp.tzname()