summaryrefslogtreecommitdiffstats
path: root/Doc/reference
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2013-07-27 19:54:05 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2013-07-27 19:54:05 (GMT)
commit241f653b8a2d62d41c5392056f5610173e82d11e (patch)
tree5fc1cd7fd5896f3bfd04412ddace10c8e7c68bdd /Doc/reference
parent349065500a0b21c0c296b4fb4b0484f5ac7d35cc (diff)
downloadcpython-241f653b8a2d62d41c5392056f5610173e82d11e.zip
cpython-241f653b8a2d62d41c5392056f5610173e82d11e.tar.gz
cpython-241f653b8a2d62d41c5392056f5610173e82d11e.tar.bz2
Remove repetition of string escapes note 1 at end of note 2.
Diffstat (limited to 'Doc/reference')
-rw-r--r--Doc/reference/lexical_analysis.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/reference/lexical_analysis.rst b/Doc/reference/lexical_analysis.rst
index ea92b8e..2f31c85 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.