diff options
author | Fred Drake <fdrake@acm.org> | 2001-07-10 16:19:13 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-07-10 16:19:13 (GMT) |
commit | d854831ddd2adbec80f38ffb26a0f355b9c8772e (patch) | |
tree | b41d0082e5bd87af05b1102cbcb739cb7086c5b4 | |
parent | bab2965c7c28ab56c4075ae990b349196cce38c2 (diff) | |
download | cpython-d854831ddd2adbec80f38ffb26a0f355b9c8772e.zip cpython-d854831ddd2adbec80f38ffb26a0f355b9c8772e.tar.gz cpython-d854831ddd2adbec80f38ffb26a0f355b9c8772e.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 749d9b6..566cc2f 100644 --- a/Doc/api/refcounts.dat +++ b/Doc/api/refcounts.dat @@ -405,7 +405,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: |