mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Quash extraneous quote.
This commit is contained in:
parent
7d55da42a4
commit
780b585fbc
1 changed files with 1 additions and 1 deletions
|
@ -1624,7 +1624,7 @@ They all return *NULL* or ``-1`` if an exception occurs.
|
|||
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
|
||||
ASCII-encoded strings, but the function interprets the input string as
|
||||
ISO-8859-1 if it contains non-ASCII characters".
|
||||
ISO-8859-1 if it contains non-ASCII characters.
|
||||
|
||||
|
||||
.. c:function:: PyObject* PyUnicode_RichCompare(PyObject *left, PyObject *right, int op)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue