summaryrefslogtreecommitdiffstats
path: root/Doc/ref
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2004-11-10 16:51:17 (GMT)
committerFred Drake <fdrake@acm.org>2004-11-10 16:51:17 (GMT)
commit5b000591106a5e5f3fa90277d109c81e3b6a9459 (patch)
treef472d2ee3f7e7c5844f53398620b3e936e42414c /Doc/ref
parent179b39ab9ea1c1ab8f29d48b6107e15cc42fb101 (diff)
downloadcpython-5b000591106a5e5f3fa90277d109c81e3b6a9459.zip
cpython-5b000591106a5e5f3fa90277d109c81e3b6a9459.tar.gz
cpython-5b000591106a5e5f3fa90277d109c81e3b6a9459.tar.bz2
minor markup nits; fix missing whitespace
Diffstat (limited to 'Doc/ref')
-rw-r--r--Doc/ref/ref2.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/ref/ref2.tex b/Doc/ref/ref2.tex
index 6e96ffe..b8ddacb 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}