diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2016-04-24 00:13:40 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2016-04-24 00:13:40 (GMT) |
commit | 4f35d79d657c4dbebdc6e4b23dbb785f5f9bb5e4 (patch) | |
tree | 922879a70c562b9cd4b9578c8ab8d376f564117f /Doc | |
parent | 544ae59b8e7a282e9dc5edadbca68b263b3a67b7 (diff) | |
download | cpython-4f35d79d657c4dbebdc6e4b23dbb785f5f9bb5e4.zip cpython-4f35d79d657c4dbebdc6e4b23dbb785f5f9bb5e4.tar.gz cpython-4f35d79d657c4dbebdc6e4b23dbb785f5f9bb5e4.tar.bz2 |
Issue #18572: Remove redundant note about surrogates in string escape doc
Diffstat (limited to 'Doc')
-rw-r--r-- | 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 index 8ad975f..b669d84 100644 --- a/Doc/reference/lexical_analysis.rst +++ b/Doc/reference/lexical_analysis.rst @@ -538,8 +538,7 @@ Notes: Support for name aliases [#]_ has been added. (5) - Individual code units which form parts of a surrogate pair can be encoded using - this escape sequence. Exactly four hex digits are required. + Exactly four hex digits are required. (6) Any Unicode character can be encoded this way. Exactly eight hex digits |