minor markup nits; fix missing whitespace

This commit is contained in:
Fred Drake 2004-11-10 16:51:17 +00:00
parent 179b39ab9e
commit 5b00059110

View file

@ -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}