[Python-checkins] cpython (merge 3.4 -> default): Merge quote quashing.

zach.ware python-checkins at python.org
Fri Jun 6 16:14:53 CEST 2014


http://hg.python.org/cpython/rev/c0b74aa009f4
changeset:   91052:c0b74aa009f4
parent:      91050:a32ced15b883
parent:      91051:119959d6ca0b
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Fri Jun 06 09:14:33 2014 -0500
summary:
  Merge quote quashing.

files:
  Doc/c-api/unicode.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/c-api/unicode.rst b/Doc/c-api/unicode.rst
--- a/Doc/c-api/unicode.rst
+++ b/Doc/c-api/unicode.rst
@@ -1624,7 +1624,7 @@
    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)

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list