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
Normalize HumanName repr indentation and trailing whitespace
__repr__ mixed tabs with spaces and had inconsistent trailing spaces
across attribute lines (some fields carried a stray trailing space
before the newline, others didn't). Standardize on 4-space indentation
with no trailing whitespace, and update the example blocks in
README.rst, docs/usage.rst, and docs/customize.rst to match the real
output.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
0 commit comments