diff options
author | Fred Drake <fdrake@acm.org> | 2001-07-10 16:19:26 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-07-10 16:19:26 (GMT) |
commit | 93e543c7fc01c36febc27bf2777c636a5f09bb85 (patch) | |
tree | b76f493ad475282253809c580b417f205865a4f4 | |
parent | 919b65e1df6673304699f96529b755828f2ea521 (diff) | |
download | cpython-93e543c7fc01c36febc27bf2777c636a5f09bb85.zip cpython-93e543c7fc01c36febc27bf2777c636a5f09bb85.tar.gz cpython-93e543c7fc01c36febc27bf2777c636a5f09bb85.tar.bz2 |
Corrected the refcount information for PyList_SET_ITEM().
-rw-r--r-- | Doc/api/refcounts.dat | 2 |
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: |