commit | d854831ddd2adbec80f38ffb26a0f355b9c8772e | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Tue Jul 10 16:19:13 2001 +0000 |
committer | Fred Drake <fdrake@acm.org> | Tue Jul 10 16:19:13 2001 +0000 |
tree | b41d0082e5bd87af05b1102cbcb739cb7086c5b4 | |
parent | bab2965c7c28ab56c4075ae990b349196cce38c2 [diff] [blame] |
Corrected the refcount information for PyList_SET_ITEM().
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_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: