Skip to content

Commit 8bb9fe8

Browse files
committed
Correct some return value information.
1 parent cf8b1ea commit 8bb9fe8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/api/refcounts.dat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1200,14 +1200,14 @@ PyUnicode_Tailmatch:int:start::
12001200
PyUnicode_Tailmatch:int:end::
12011201
PyUnicode_Tailmatch:int:direction::
12021202

1203-
PyUnicode_Find:PyObject*::+1:
1203+
PyUnicode_Find:int:::
12041204
PyUnicode_Find:PyObject*:str:0:
12051205
PyUnicode_Find:PyObject*:substr:0:
12061206
PyUnicode_Find:int:start::
12071207
PyUnicode_Find:int:end::
12081208
PyUnicode_Find:int:direction::
12091209

1210-
PyUnicode_Count:PyObject*::+1:
1210+
PyUnicode_Count:int:::
12111211
PyUnicode_Count:PyObject*:str:0:
12121212
PyUnicode_Count:PyObject*:substr:0:
12131213
PyUnicode_Count:int:start::

0 commit comments

Comments
 (0)