summaryrefslogtreecommitdiffstats
path: root/Doc/libcode.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1997-12-29 18:21:37 (GMT)
committerFred Drake <fdrake@acm.org>1997-12-29 18:21:37 (GMT)
commita3e672b574e6b4c5732346a8bed8bbc26140da42 (patch)
tree776b524136b71ff79597bf7b71823f184f20b64c /Doc/libcode.tex
parentf0867315e9c02888268bda26b4d15029a0375f45 (diff)
downloadcpython-a3e672b574e6b4c5732346a8bed8bbc26140da42.zip
cpython-a3e672b574e6b4c5732346a8bed8bbc26140da42.tar.gz
cpython-a3e672b574e6b4c5732346a8bed8bbc26140da42.tar.bz2
Nit adjustments to remove warnings when processed with partparse.py.
Diffstat (limited to 'Doc/libcode.tex')
-rw-r--r--Doc/libcode.tex3
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/libcode.tex b/Doc/libcode.tex
index dd62173..a2d77fe 100644
--- a/Doc/libcode.tex
+++ b/Doc/libcode.tex
@@ -9,8 +9,7 @@ The \code{code} module defines the following functions:
\renewcommand{\indexsubitem}{(in module code)}
-\begin{funcdesc}{compile_command}{source\,
-\optional{filename\optional{\, symbol}}}
+\begin{funcdesc}{compile_command}{source, \optional{filename\optional{, symbol}}}
This function is useful for programs that want to emulate Python's
interpreter main loop (a.k.a. the read-eval-print loop). The tricky
part is to determine when the user has entered an incomplete command