Skip to content

Commit

Permalink
Merge 1e61112 into 473d084
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrm committed Oct 21, 2018
2 parents 473d084 + 1e61112 commit 4d66035
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions inflect.py
Original file line number Diff line number Diff line change
Expand Up @@ -1974,6 +1974,8 @@ def _plnoun(self, word, count=None):
return word[:-5] + 'teeth'
if lowerword[-4:] == 'foot':
return word[:-4] + 'feet'
if lowerword[-4:] == 'taco':
return word[:-5] + 'tacos'

if lowerword == 'die':
return 'dice'
Expand Down

0 comments on commit 4d66035

Please sign in to comment.