From d854831ddd2adbec80f38ffb26a0f355b9c8772e Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 10 Jul 2001 16:19:13 +0000 Subject: Corrected the refcount information for PyList_SET_ITEM(). --- Doc/api/refcounts.dat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v0.12