]> granicus.if.org Git - python/commitdiff
Quash extraneous quote.
authorZachary Ware <zachary.ware@gmail.com>
Fri, 6 Jun 2014 14:13:18 +0000 (09:13 -0500)
committerZachary Ware <zachary.ware@gmail.com>
Fri, 6 Jun 2014 14:13:18 +0000 (09:13 -0500)
Doc/c-api/unicode.rst

index c7ed5e5987932f1c17ebfe27ea226876cdac392c..0f0419c121f9a61f4a0bc8a4ea0408283b713487 100644 (file)
@@ -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)