diff options
| author | Fred Drake <fdrake@acm.org> | 2002-06-20 22:07:04 +0000 |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 2002-06-20 22:07:04 +0000 |
| commit | 1d1e1dba12d48d6d93b09e4bd140962b4c110dfb (patch) | |
| tree | 9c7307b391982ef5555a3166949b7632847d0e5d /Doc/api/refcounts.dat | |
| parent | ba3ff1ba7ba9b3920bafc1722c62b8abdb77b93c (diff) | |
| download | cpython-git-1d1e1dba12d48d6d93b09e4bd140962b4c110dfb.tar.gz | |
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.dat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/api/refcounts.dat b/Doc/api/refcounts.dat index dcc66bc7fb..ecc82e164c 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:: |
