]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Correct some return value information.
authorFred Drake <fdrake@acm.org>
Tue, 27 Aug 2002 18:41:26 +0000 (18:41 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 27 Aug 2002 18:41:26 +0000 (18:41 +0000)
Doc/api/refcounts.dat

index f69b4f6ddda30e9d9532a683b1629927f060bbd0..ee8ab03a88ab4774fcc15675a1e5beb8fa862c39 100644 (file)
@@ -1200,14 +1200,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::