summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNikita Sobolev <mail@sobolevn.me>2024-02-10 22:59:23 (GMT)
committerGitHub <noreply@github.com>2024-02-10 22:59:23 (GMT)
commit4821f08674e290a396d27aa8256fd5b8a121f3d6 (patch)
treec7548b275bdae6584ca86c35776695c338c53bdf /Misc
parentb70a68fbd6b72a25b5ef430603e39c9e40f40d29 (diff)
downloadcpython-4821f08674e290a396d27aa8256fd5b8a121f3d6.zip
cpython-4821f08674e290a396d27aa8256fd5b8a121f3d6.tar.gz
cpython-4821f08674e290a396d27aa8256fd5b8a121f3d6.tar.bz2
gh-101100: Fix sphinx warnings in `c-api/gcsupport.rst` (#114786)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/3.12.0b1.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/3.12.0b1.rst b/Misc/NEWS.d/3.12.0b1.rst
index 211513d..21f2c74 100644
--- a/Misc/NEWS.d/3.12.0b1.rst
+++ b/Misc/NEWS.d/3.12.0b1.rst
@@ -2371,7 +2371,7 @@ Add a new C-API function to eagerly assign a version tag to a PyTypeObject:
.. nonce: _paFIF
.. section: C API
-:c:func:`PyObject_GC_Resize` should calculate preheader size if needed.
+:c:macro:`PyObject_GC_Resize` should calculate preheader size if needed.
Patch by Donghee Na.
..