]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-1635741: Fix typo in PyModule_AddObjectRef() doc (GH-23234)
authorVictor Stinner <vstinner@python.org>
Wed, 11 Nov 2020 00:52:26 +0000 (01:52 +0100)
committerGitHub <noreply@github.com>
Wed, 11 Nov 2020 00:52:26 +0000 (01:52 +0100)
commit95ce7cd0a64e7f4739af2d1c158ef69b6980f12a
tree60f790b3e7e7e0d2af458cf2e4033af08a382e7c
parent78ba7c69ada2f7eefd4e3ea375337d78dc2ce721
bpo-1635741: Fix typo in PyModule_AddObjectRef() doc (GH-23234)

It is similar to PyModule_AddObject(), not to itself.
Doc/whatsnew/3.10.rst
Misc/NEWS.d/next/C API/2020-11-03-11-52-27.bpo-1635741.aDYJKB.rst