Skip to content

Commit

Permalink
corrected misspelling of 'thirteen'
Browse files Browse the repository at this point in the history
  • Loading branch information
ccho-sevenrooms committed Apr 8, 2014
1 parent dc38f85 commit c821e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parsedatetime/pdt_locales.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def __init__(self):
# Used to parse expressions like "in 5 hours"
self.numbers = { 'zero': 0, 'one': 1, 'two': 2, 'three': 3, 'four': 4,
'five': 5, 'six': 6, 'seven': 7, 'eight': 8, 'nine': 9,
'ten': 10, 'eleven': 11, 'twelve': 12, 'thirtheen': 13,
'ten': 10, 'eleven': 11, 'twelve': 12, 'thirteen': 13,
'fourteen': 14, 'fifteen': 15, 'sixteen': 16,
'seventeen': 17, 'eighteen': 18, 'nineteen': 19,
'twenty': 20 }
Expand Down

0 comments on commit c821e08

Please sign in to comment.