jaraco / inflect

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

README join method fix #162

Closed emilehickson closed 2 years ago

emilehickson commented 2 years ago

In the README file, the join method examples are missing a 'p.' suffix to make p.join(), instead to just join()

jaraco commented 2 years ago

This was fixed in #155.