]> granicus.if.org Git - python/commitdiff
Fix \xhh specs, #1889. (an oversight of r60193, r60210).
authorFlorent Xicluna <florent.xicluna@gmail.com>
Mon, 15 Mar 2010 13:14:39 +0000 (13:14 +0000)
committerFlorent Xicluna <florent.xicluna@gmail.com>
Mon, 15 Mar 2010 13:14:39 +0000 (13:14 +0000)
Doc/reference/lexical_analysis.rst

index ab1b7f52989bc32f8bbefdb82fbe81939e17f60e..7df0c2b14c00c1800151e54bd05c5a45f8a202ec 100644 (file)
@@ -503,7 +503,7 @@ Notes:
    As in Standard C, up to three octal digits are accepted.
 
 (2)
-   Unlike in Standard C, at most two hex digits are accepted.
+   Unlike in Standard C, exactly two hex digits are required.
 
 (3)
    In a bytes literal, hexadecimal and octal escapes denote the byte with the