summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-07-10 16:19:26 (GMT)
committerFred Drake <fdrake@acm.org>2001-07-10 16:19:26 (GMT)
commit93e543c7fc01c36febc27bf2777c636a5f09bb85 (patch)
treeb76f493ad475282253809c580b417f205865a4f4
parent919b65e1df6673304699f96529b755828f2ea521 (diff)
downloadcpython-93e543c7fc01c36febc27bf2777c636a5f09bb85.zip
cpython-93e543c7fc01c36febc27bf2777c636a5f09bb85.tar.gz
cpython-93e543c7fc01c36febc27bf2777c636a5f09bb85.tar.bz2
Corrected the refcount information for PyList_SET_ITEM().
-rw-r--r--Doc/api/refcounts.dat2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/api/refcounts.dat b/Doc/api/refcounts.dat
index 2a3cc00..f69b4f6 100644
--- a/Doc/api/refcounts.dat
+++ b/Doc/api/refcounts.dat
@@ -400,7 +400,7 @@ PyList_New:int:len::
PyList_Reverse:int:::
PyList_Reverse:PyObject*:list:0:
-PyList_SET_ITEM:PyObject*::0:
+PyList_SET_ITEM:void:::
PyList_SET_ITEM:PyObject*:list:0:
PyList_SET_ITEM:int:i::
PyList_SET_ITEM:PyObject*:o:0: