From: Georg Brandl Date: Tue, 22 Jan 2008 07:54:07 +0000 (+0000) Subject: Backport: #1889 - fixup \xhh specs. X-Git-Tag: v2.5.2c1~58 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7bf216b03473873f51551c7903bb3bb2ed14a2dd;p=python Backport: #1889 - fixup \xhh specs. --- diff --git a/Doc/ref/ref2.tex b/Doc/ref/ref2.tex index bad4609fb3..800031e827 100644 --- a/Doc/ref/ref2.tex +++ b/Doc/ref/ref2.tex @@ -485,7 +485,7 @@ Notes: \item[(3)] As in Standard C, up to three octal digits are accepted. \item[(4)] - Unlike in Standard C, at most two hex digits are accepted. + Unlike in Standard C, exactly two hex digits are required. \item[(5)] In a string literal, hexadecimal and octal escapes denote the byte with the given value; it is not necessary that the byte