Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4f35d79

Browse files
committed
Issue #18572: Remove redundant note about surrogates in string escape doc
1 parent 544ae59 commit 4f35d79

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Doc/reference/lexical_analysis.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -538,8 +538,7 @@ Notes:
538538
Support for name aliases [#]_ has been added.
539539

540540
(5)
541-
Individual code units which form parts of a surrogate pair can be encoded using
542-
this escape sequence. Exactly four hex digits are required.
541+
Exactly four hex digits are required.
543542

544543
(6)
545544
Any Unicode character can be encoded this way. Exactly eight hex digits

0 commit comments

Comments
 (0)