[Python-checkins] python/dist/src/Doc/ref ref2.tex,1.55,1.56

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Wed Nov 10 17:51:20 CET 2004


Update of /cvsroot/python/python/dist/src/Doc/ref
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1197

Modified Files:
	ref2.tex 
Log Message:
minor markup nits; fix missing whitespace


Index: ref2.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref2.tex,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- ref2.tex	14 Sep 2004 07:52:22 -0000	1.55
+++ ref2.tex	10 Nov 2004 16:51:17 -0000	1.56
@@ -397,8 +397,8 @@
 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}



More information about the Python-checkins mailing list