From 5da9a775442e97ed6b3ebb6547cf7875dc339caa Mon Sep 17 00:00:00 2001 From: Brock Mendel Date: Fri, 1 Mar 2019 08:30:27 -0800 Subject: [PATCH] typo fixup --- dateutil/test/test_parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dateutil/test/test_parser.py b/dateutil/test/test_parser.py index 05f027434..69d27027a 100644 --- a/dateutil/test/test_parser.py +++ b/dateutil/test/test_parser.py @@ -808,7 +808,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()