Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92cb0a3 commit 13d3aa5Copy full SHA for 13d3aa5
1 file changed
Doc/c-api/unicode.rst
@@ -1568,7 +1568,7 @@ They all return *NULL* or ``-1`` if an exception occurs.
1568
Unicode string.
1569
1570
1571
-.. c:function:: int PyUnicode_Tailmatch(PyObject *str, PyObject *substr, \
+.. c:function:: Py_ssize_t PyUnicode_Tailmatch(PyObject *str, PyObject *substr, \
1572
Py_ssize_t start, Py_ssize_t end, int direction)
1573
1574
Return 1 if *substr* matches ``str[start:end]`` at the given tail end
0 commit comments