X Tutup
Skip to content

Commit 3cabbeb

Browse files
committed
fix old markup
1 parent 6545ed6 commit 3cabbeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/abstract.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ sequence types). When used on object types for which they do not apply, they
1212
will raise a Python exception.
1313

1414
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`,
15+
initialized, such as a list object that has been created by :c:func:`PyList_New`,
1616
but whose items have not been set to some non-\ ``NULL`` value yet.
1717

1818
.. toctree::

0 commit comments

Comments
 (0)
X Tutup