Commit 8c96e54
bpo-1635741: Fix typo in PyModule_AddObjectRef() doc (pythonGH-23234)
It is similar to PyModule_AddObject(), not to itself.1 parent 31a4655 commit 8c96e54
File tree
2 files changed
+2
-2
lines changed- Doc/whatsnew
- Misc/NEWS.d/next/C API
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
424 | 424 | | |
425 | 425 | | |
426 | 426 | | |
427 | | - | |
| 427 | + | |
428 | 428 | | |
429 | 429 | | |
430 | 430 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
0 commit comments