[Python-checkins] r84248 - python/branches/py3k/Doc/c-api/abstract.rst

benjamin.peterson python-checkins at python.org
Sat Aug 21 23:23:29 CEST 2010


Author: benjamin.peterson
Date: Sat Aug 21 23:23:28 2010
New Revision: 84248

Log:
fix old markup

Modified:
   python/branches/py3k/Doc/c-api/abstract.rst

Modified: python/branches/py3k/Doc/c-api/abstract.rst
==============================================================================
--- python/branches/py3k/Doc/c-api/abstract.rst	(original)
+++ python/branches/py3k/Doc/c-api/abstract.rst	Sat Aug 21 23:23:28 2010
@@ -12,7 +12,7 @@
 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::


More information about the Python-checkins mailing list