Issue #14090: fix some minor C API problems in default branch (3.3)

This commit is contained in:
Eli Bendersky 2012-06-03 08:07:47 +03:00
parent 11cfea9295
commit 0813168e94
8 changed files with 15 additions and 17 deletions

View file

@ -1615,7 +1615,7 @@ They all return *NULL* or ``-1`` if an exception occurs.
ISO-8859-1 if it contains non-ASCII characters".
.. c:function:: int PyUnicode_RichCompare(PyObject *left, PyObject *right, int op)
.. c:function:: PyObject* PyUnicode_RichCompare(PyObject *left, PyObject *right, int op)
Rich compare two unicode strings and return one of the following: