diff options
author | Georg Brandl <georg@python.org> | 2008-01-22 07:54:07 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-01-22 07:54:07 (GMT) |
commit | 7bf216b03473873f51551c7903bb3bb2ed14a2dd (patch) | |
tree | 334f072b09d090dc93fbd39549b087bf7156fbf4 | |
parent | 8f034d9af2c36cd3451fac5044a700da77a96bd5 (diff) | |
download | cpython-7bf216b03473873f51551c7903bb3bb2ed14a2dd.zip cpython-7bf216b03473873f51551c7903bb3bb2ed14a2dd.tar.gz cpython-7bf216b03473873f51551c7903bb3bb2ed14a2dd.tar.bz2 |
Backport: #1889 - fixup \xhh specs.
-rw-r--r-- | Doc/ref/ref2.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ref/ref2.tex b/Doc/ref/ref2.tex index bad4609..800031e 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 |