From 953e1ee8f4f2522961b94c57a4c521fb041af228 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Tue, 22 Jan 2008 07:53:31 +0000 Subject: Fix \xhh specs, #1889. --- Doc/reference/lexical_analysis.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/reference/lexical_analysis.rst b/Doc/reference/lexical_analysis.rst index 7857887..e449fd7 100644 --- a/Doc/reference/lexical_analysis.rst +++ b/Doc/reference/lexical_analysis.rst @@ -530,7 +530,7 @@ Notes: As in Standard C, up to three octal digits are accepted. (4) - Unlike in Standard C, at most two hex digits are accepted. + Unlike in Standard C, exactly two hex digits are required. (5) In a string literal, hexadecimal and octal escapes denote the byte with the -- cgit v0.12