From: Fred Drake Date: Wed, 10 Nov 2004 16:51:17 +0000 (+0000) Subject: minor markup nits; fix missing whitespace X-Git-Tag: v2.4c1~45 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5b000591106a5e5f3fa90277d109c81e3b6a9459;p=python minor markup nits; fix missing whitespace --- diff --git a/Doc/ref/ref2.tex b/Doc/ref/ref2.tex index 6e96ffe0ab..b8ddacbbf1 100644 --- a/Doc/ref/ref2.tex +++ b/Doc/ref/ref2.tex @@ -397,8 +397,8 @@ String literals are described by the following lexical definitions: One syntactic restriction not indicated by these productions is that whitespace is not allowed between the \grammartoken{stringprefix} and the rest of the string literal. The source character set is defined -by the encoding declaration; it is \ASCII if no encoding declaration -is given in the source file; see \ref{encodings}. +by the encoding declaration; it is \ASCII{} if no encoding declaration +is given in the source file; see section~\ref{encodings}. \index{triple-quoted string} \index{Unicode Consortium}