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

Skip to content

Commit 4e0f891

Browse files
committed
Fix \xhh specs, #1889. (an oversight of r60193, r60210).
1 parent 9550aa1 commit 4e0f891

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/reference/lexical_analysis.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ Notes:
503503
As in Standard C, up to three octal digits are accepted.
504504

505505
(2)
506-
Unlike in Standard C, at most two hex digits are accepted.
506+
Unlike in Standard C, exactly two hex digits are required.
507507

508508
(3)
509509
In a bytes literal, hexadecimal and octal escapes denote the byte with the

0 commit comments

Comments
 (0)