[Python-checkins] cpython (2.7): Remove repetition of string escapes note 1 at end of note 2.

terry.reedy python-checkins at python.org
Sat Jul 27 21:54:27 CEST 2013


http://hg.python.org/cpython/rev/c0788ee86a65
changeset:   84865:c0788ee86a65
branch:      2.7
parent:      84854:3236709650b0
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Sat Jul 27 15:54:05 2013 -0400
summary:
  Remove repetition of string escapes note 1 at end of note 2.

files:
  Doc/reference/lexical_analysis.rst |  3 +--
  1 files changed, 1 insertions(+), 2 deletions(-)


diff --git a/Doc/reference/lexical_analysis.rst b/Doc/reference/lexical_analysis.rst
--- a/Doc/reference/lexical_analysis.rst
+++ b/Doc/reference/lexical_analysis.rst
@@ -529,8 +529,7 @@
 (2)
    Any Unicode character can be encoded this way, but characters outside the Basic
    Multilingual Plane (BMP) will be encoded using a surrogate pair if Python is
-   compiled to use 16-bit code units (the default).  Individual code units which
-   form parts of a surrogate pair can be encoded using this escape sequence.
+   compiled to use 16-bit code units (the default).
 
 (3)
    As in Standard C, up to three octal digits are accepted.

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


More information about the Python-checkins mailing list