jaraco / inflect

Correctly generate plurals, ordinals, indefinite articles; convert numbers to words
https://pypi.org/project/inflect
MIT License
957 stars 107 forks source link

Change the parameter for gender in README #170

Closed khuyentran1401 closed 1 year ago

khuyentran1401 commented 1 year ago

Running p.gender("f") will raise an error, but using p.gender("feminine") works