diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-08-21 21:23:28 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-08-21 21:23:28 (GMT) |
commit | 3cabbeb07755b8eff17dd632ddb7f0697745818f (patch) | |
tree | 79a11f30fd312216f8c77f4ad42c171f4ba0f729 /Doc | |
parent | 6545ed6e4fd5f31798aaa7789b08ae925203d33e (diff) | |
download | cpython-3cabbeb07755b8eff17dd632ddb7f0697745818f.zip cpython-3cabbeb07755b8eff17dd632ddb7f0697745818f.tar.gz cpython-3cabbeb07755b8eff17dd632ddb7f0697745818f.tar.bz2 |
fix old markup
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/c-api/abstract.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/abstract.rst b/Doc/c-api/abstract.rst index 66426f7..db4c02a 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:: |