]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove repetition of string escapes note 1 at end of note 2.
authorTerry Jan Reedy <tjreedy@udel.edu>
Sat, 27 Jul 2013 19:54:05 +0000 (15:54 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Sat, 27 Jul 2013 19:54:05 +0000 (15:54 -0400)
Doc/reference/lexical_analysis.rst

index ea92b8ed87a5dff19c98ee4bbe0ba902020b9c6d..2f31c853f50ca5ef902ac947377721aae1b18a1f 100644 (file)
@@ -529,8 +529,7 @@ Notes:
 (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.