Commit a3b8743
Fix stale maiden-field docs in index.rst and CONTRIBUTING.md (#251)
* Update docs for the maiden field (#22) that never got documented
docs/index.rst's attribute list and CONTRIBUTING.md's debug-CLI
example output both predate the maiden field added in 1.3.0 --
every HumanName repr has included it since, but these two docs
were never updated to match.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
* Lowercase the CONTRIBUTING.md example input so capitalize() has visible effect
The name was already properly capitalized, so the second repr (after
.capitalize()) was identical to the first -- didn't actually
demonstrate what the CLI's capitalize step does.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>1 parent c5a9fac commit a3b8743
2 files changed
Lines changed: 13 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
24 | 33 | | |
25 | 34 | | |
26 | 35 | | |
27 | 36 | | |
28 | 37 | | |
29 | 38 | | |
30 | 39 | | |
| 40 | + | |
31 | 41 | | |
| 42 | + | |
32 | 43 | | |
33 | 44 | | |
34 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
0 commit comments