mirror of
https://github.com/python/cpython.git
synced 2025-08-02 08:02:56 +00:00
Fixed documentation of functions with const char* arguments.
This commit is contained in:
parent
5fa22fc088
commit
03863d2b29
10 changed files with 19 additions and 19 deletions
|
@ -1628,7 +1628,7 @@ They all return *NULL* or ``-1`` if an exception occurs.
|
|||
respectively.
|
||||
|
||||
|
||||
.. c:function:: int PyUnicode_CompareWithASCIIString(PyObject *uni, char *string)
|
||||
.. c:function:: int PyUnicode_CompareWithASCIIString(PyObject *uni, const char *string)
|
||||
|
||||
Compare a unicode object, *uni*, with *string* and return -1, 0, 1 for less
|
||||
than, equal, and greater than, respectively. It is best to pass only
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue