From: Terry Jan Reedy Date: Sat, 27 Jul 2013 19:54:05 +0000 (-0400) Subject: Remove repetition of string escapes note 1 at end of note 2. X-Git-Tag: v2.7.6rc1~279 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=241f653b8a2d62d41c5392056f5610173e82d11e;p=thirdparty%2FPython%2Fcpython.git Remove repetition of string escapes note 1 at end of note 2. --- diff --git a/Doc/reference/lexical_analysis.rst b/Doc/reference/lexical_analysis.rst index ea92b8ed87a5..2f31c853f50c 100644 --- a/Doc/reference/lexical_analysis.rst +++ b/Doc/reference/lexical_analysis.rst @@ -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.