You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: add initials_separator; fix or-defaulting for format/delimiter kwargs (closes#152)
- Add initials_separator = " " to Constants: controls the joiner between
consecutive initials within a name group, distinct from initials_delimiter
which is the trailing character after each individual initial
- Add initials_separator kwarg to HumanName.__init__
- Fix or-defaulting to is-not-None for string_format, initials_format, and
initials_delimiter kwargs so empty string '' is accepted as a valid value
- Use initials_separator in __process_initial__ and initials() in place of
hardcoded " "
- Document initials_separator in usage.rst with examples
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments