]> granicus.if.org Git - python/commitdiff
minor markup nits; fix missing whitespace
authorFred Drake <fdrake@acm.org>
Wed, 10 Nov 2004 16:51:17 +0000 (16:51 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 10 Nov 2004 16:51:17 +0000 (16:51 +0000)
Doc/ref/ref2.tex

index 6e96ffe0abc7ad408bcdfa5db78061fe1baa47eb..b8ddacbbf1d75521509dce6e46278f7f042be71b 100644 (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}