Commit eebdb18
Update thebroke RST markup in
## Summary
Fix malformed RST markup in the `items()` docstrings of `MultiDict` and
`MultiDictProxy`.
The original text `*(key, value) pairs)` has been present since the
initial commit (f84e6bc). It has an unmatched `*` (opening RST emphasis
with no closing `*`) and an extra trailing `)`. Changed to `((key,
value) pairs)` to use plain parentheses matching the tuple notation.
Co-authored-by: Sam Bull <[email protected]>
Co-authored-by: Sam Bull <[email protected]>items() method docstrings (#1299)1 parent dbebab0 commit eebdb18
2 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
720 | 720 | | |
721 | 721 | | |
722 | 722 | | |
723 | | - | |
| 723 | + | |
724 | 724 | | |
725 | 725 | | |
726 | 726 | | |
| |||
1194 | 1194 | | |
1195 | 1195 | | |
1196 | 1196 | | |
1197 | | - | |
| 1197 | + | |
1198 | 1198 | | |
1199 | 1199 | | |
1200 | 1200 | | |
| |||
0 commit comments