Skip to content

Commit

Permalink
typo fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrockmendel committed Mar 1, 2019
1 parent b4218fb commit 5da9a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dateutil/test/test_parser.py
Expand Up @@ -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()
Expand Down

0 comments on commit 5da9a77

Please sign in to comment.