summaryrefslogtreecommitdiffstats
path: root/Doc/api/refcounts.dat
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2002-06-20 22:07:04 (GMT)
committerFred Drake <fdrake@acm.org>2002-06-20 22:07:04 (GMT)
commit1d1e1dba12d48d6d93b09e4bd140962b4c110dfb (patch)
tree9c7307b391982ef5555a3166949b7632847d0e5d /Doc/api/refcounts.dat
parentba3ff1ba7ba9b3920bafc1722c62b8abdb77b93c (diff)
downloadcpython-1d1e1dba12d48d6d93b09e4bd140962b4c110dfb.zip
cpython-1d1e1dba12d48d6d93b09e4bd140962b4c110dfb.tar.gz
cpython-1d1e1dba12d48d6d93b09e4bd140962b4c110dfb.tar.bz2
Corrected return type and value information for PyUnicode_Count() and
PyUnicode_Find(). This closes SF bug #566631.
Diffstat (limited to 'Doc/api/refcounts.dat')
-rw-r--r--Doc/api/refcounts.dat4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/api/refcounts.dat b/Doc/api/refcounts.dat
index dcc66bc..ecc82e1 100644
--- a/Doc/api/refcounts.dat
+++ b/Doc/api/refcounts.dat
@@ -1393,14 +1393,14 @@ PyUnicode_Tailmatch:int:start::
PyUnicode_Tailmatch:int:end::
PyUnicode_Tailmatch:int:direction::
-PyUnicode_Find:PyObject*::+1:
+PyUnicode_Find:int:::
PyUnicode_Find:PyObject*:str:0:
PyUnicode_Find:PyObject*:substr:0:
PyUnicode_Find:int:start::
PyUnicode_Find:int:end::
PyUnicode_Find:int:direction::
-PyUnicode_Count:PyObject*::+1:
+PyUnicode_Count:int:::
PyUnicode_Count:PyObject*:str:0:
PyUnicode_Count:PyObject*:substr:0:
PyUnicode_Count:int:start::