ppannuto / python-titlecase

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

Always capitalize 'Mc'-prefixed small words in compound word groups #65

Closed igorburago closed 4 years ago

igorburago commented 4 years ago

Fixes #64.

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 81.218% when pulling b8d7f023900d16504d170659d096ee848545dccb on iburago:mc-small-words into 871f13faca297d687d20686281c530fca601a2db on ppannuto:main.

ppannuto commented 4 years ago

Perfect, thanks again!