diff options
-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 aad5b0c..44dbda9 100644 --- a/Doc/reference/lexical_analysis.rst +++ b/Doc/reference/lexical_analysis.rst @@ -544,8 +544,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 |