Commit ef7c0b2
committed
gh-101100: Fix Sphinx nitpick in unittest.mock.rst
Removes from `.nitignore`. GH-124106 fixed most the warnings but left
this one unfixed. GH-113163 fixed many of the dunders referring to the
general definitions but this case refers to implementing a mock. Match
what `__eq__` and `__ne__` did a few lines before to refer to an
implementing instance.1 parent 871047d commit ef7c0b2
2 files changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2223 | 2223 | | |
2224 | 2224 | | |
2225 | 2225 | | |
2226 | | - | |
| 2226 | + | |
2227 | 2227 | | |
2228 | 2228 | | |
2229 | 2229 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
| |||
0 commit comments