We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6545ed6 commit 3cabbebCopy full SHA for 3cabbeb
Doc/c-api/abstract.rst
@@ -12,7 +12,7 @@ sequence types). When used on object types for which they do not apply, they
12
will raise a Python exception.
13
14
It is not possible to use these functions on objects that are not properly
15
-initialized, such as a list object that has been created by :cfunc:`PyList_New`,
+initialized, such as a list object that has been created by :c:func:`PyList_New`,
16
but whose items have not been set to some non-\ ``NULL`` value yet.
17
18
.. toctree::
0 commit comments