Skip to content

Commit 780b585

Browse files
committed
Quash extraneous quote.
1 parent 7d55da4 commit 780b585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/unicode.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1624,7 +1624,7 @@ They all return *NULL* or ``-1`` if an exception occurs.
16241624
Compare a unicode object, *uni*, with *string* and return -1, 0, 1 for less
16251625
than, equal, and greater than, respectively. It is best to pass only
16261626
ASCII-encoded strings, but the function interprets the input string as
1627-
ISO-8859-1 if it contains non-ASCII characters".
1627+
ISO-8859-1 if it contains non-ASCII characters.
16281628
16291629
16301630
.. c:function:: PyObject* PyUnicode_RichCompare(PyObject *left, PyObject *right, int op)

0 commit comments

Comments
 (0)