summaryrefslogtreecommitdiff
path: root/dateutil/test/test_parser.py
diff options
context:
space:
mode:
Diffstat (limited to 'dateutil/test/test_parser.py')
-rw-r--r--dateutil/test/test_parser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dateutil/test/test_parser.py b/dateutil/test/test_parser.py
index 6cdc27f..a80b561 100644
--- a/dateutil/test/test_parser.py
+++ b/dateutil/test/test_parser.py
@@ -837,7 +837,7 @@ class TestParseUnimplementedCases(object):
def test_extraneous_year_tokens(self):
# This was found in the wild at insidertrading.org
# Unlike in the case above, identifying the first "2012" as the year
- # would not be a problem, but infering that the latter 2012 is hhmm
+ # would not be a problem, but inferring that the latter 2012 is hhmm
# is a problem.
dstr = "2012 MARTIN CHILDREN'S IRREVOCABLE TRUST u/a/d NOVEMBER 7, 2012"
expected = datetime(2012, 11, 7)