Fixed documentation of functions with const char* arguments.

This commit is contained in:
Serhiy Storchaka 2015-06-21 17:11:21 +03:00
parent 5fa22fc088
commit 03863d2b29
10 changed files with 19 additions and 19 deletions

View file

@ -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