]> granicus.if.org Git - python/commitdiff
fix old markup
authorBenjamin Peterson <benjamin@python.org>
Sat, 21 Aug 2010 21:23:28 +0000 (21:23 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sat, 21 Aug 2010 21:23:28 +0000 (21:23 +0000)
Doc/c-api/abstract.rst

index 66426f72c3f0751707df2acc0ce1d15e2bbefa8a..db4c02aac544e3ae524844a2228118156b25fb7f 100644 (file)
@@ -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::