summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/C API
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2023-07-29 05:43:10 (GMT)
committerGitHub <noreply@github.com>2023-07-29 05:43:10 (GMT)
commit413ba8943e2f1d896a0568eb571a041b88589440 (patch)
treeaf64b74fe1fb736a4043cc63dad75a1f8b92fa02 /Misc/NEWS.d/next/C API
parent810d5d87d9fe8d86aad99e48cef4f78a72e16ccf (diff)
downloadcpython-413ba8943e2f1d896a0568eb571a041b88589440.zip
cpython-413ba8943e2f1d896a0568eb571a041b88589440.tar.gz
cpython-413ba8943e2f1d896a0568eb571a041b88589440.tar.bz2
gh-107091: Fix some uses of :func: role (GH-107378)
:c:func: or :c:macro: should be used instead.
Diffstat (limited to 'Misc/NEWS.d/next/C API')
-rw-r--r--Misc/NEWS.d/next/C API/2020-11-11-22-36-29.bpo-42327.ODSZBM.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/next/C API/2020-11-11-22-36-29.bpo-42327.ODSZBM.rst b/Misc/NEWS.d/next/C API/2020-11-11-22-36-29.bpo-42327.ODSZBM.rst
index 3d935ac..bcea7a1 100644
--- a/Misc/NEWS.d/next/C API/2020-11-11-22-36-29.bpo-42327.ODSZBM.rst
+++ b/Misc/NEWS.d/next/C API/2020-11-11-22-36-29.bpo-42327.ODSZBM.rst
@@ -1 +1 @@
-Add :func:`PyModule_Add` function: similar to :c:func:`PyModule_AddObjectRef` and :c:func:`PyModule_AddObject`, but always steals a reference to the value.
+Add :c:func:`PyModule_Add` function: similar to :c:func:`PyModule_AddObjectRef` and :c:func:`PyModule_AddObject`, but always steals a reference to the value.