From: Benjamin Peterson Date: Sat, 21 Aug 2010 21:23:28 +0000 (+0000) Subject: fix old markup X-Git-Tag: v3.2a2~178 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3cabbeb07755b8eff17dd632ddb7f0697745818f;p=python fix old markup --- diff --git a/Doc/c-api/abstract.rst b/Doc/c-api/abstract.rst index 66426f72c3..db4c02aac5 100644 --- a/Doc/c-api/abstract.rst +++ b/Doc/c-api/abstract.rst @@ -12,7 +12,7 @@ sequence types). When used on object types for which they do not apply, they will raise a Python exception. It is not possible to use these functions on objects that are not properly -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`, but whose items have not been set to some non-\ ``NULL`` value yet. .. toctree::