summaryrefslogtreecommitdiffstats
path: root/Doc/ref/ref6.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-06-23 06:06:52 (GMT)
committerFred Drake <fdrake@acm.org>2001-06-23 06:06:52 (GMT)
commit93852ef3c842b283bd50b66aa1f3876317f380d7 (patch)
treec2b382f05809065ea67570e6e22cb131f5d37dce /Doc/ref/ref6.tex
parentdeda9f3420ea9da5591cd4eec69f5c07f3ee5441 (diff)
downloadcpython-93852ef3c842b283bd50b66aa1f3876317f380d7.zip
cpython-93852ef3c842b283bd50b66aa1f3876317f380d7.tar.gz
cpython-93852ef3c842b283bd50b66aa1f3876317f380d7.tar.bz2
Fix minor markup nits.
Diffstat (limited to 'Doc/ref/ref6.tex')
-rw-r--r--Doc/ref/ref6.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ref/ref6.tex b/Doc/ref/ref6.tex
index 4cf30ff..13b1c71 100644
--- a/Doc/ref/ref6.tex
+++ b/Doc/ref/ref6.tex
@@ -657,7 +657,7 @@ This statement supports dynamic execution of Python code. The first
expression should evaluate to either a string, an open file object, or
a code object. If it is a string, the string is parsed as a suite of
Python statements which is then executed (unless a syntax error
-occurs). If it is an open file, the file is parsed until EOF and
+occurs). If it is an open file, the file is parsed until \EOF{} and
executed. If it is a code object, it is simply executed.
In all cases, if the optional parts are omitted, the code is executed