[Python-checkins] cpython (3.4): Quash extraneous quote.

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


http://hg.python.org/cpython/rev/119959d6ca0b
changeset:   91051:119959d6ca0b
branch:      3.4
parent:      91049:79f3d25caac3
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Fri Jun 06 09:13:18 2014 -0500
summary:
  Quash extraneous quote.

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