ppannuto / python-titlecase

Python library to capitalize strings as specified by the New York Times Manual of Style
MIT License
244 stars 36 forks source link

Do not capitalize small words occurring within hyphenated word groups #63

Closed igorburago closed 4 years ago

igorburago commented 4 years ago

Fixes #62.

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 81.218% when pulling de3b29b689cb077e6fcbdf68b4cbf05fb9c7c42b on iburago:hyph-small-words into c2651eea4ea0a66b3ffda7c006e45b3e26026b9a on ppannuto:main.

ppannuto commented 4 years ago

Makes sense to me, thanks!