]> granicus.if.org Git - python/commitdiff
Nit adjustments to remove warnings when processed with partparse.py.
authorFred Drake <fdrake@acm.org>
Mon, 29 Dec 1997 18:21:37 +0000 (18:21 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 29 Dec 1997 18:21:37 +0000 (18:21 +0000)
Doc/lib/libcode.tex
Doc/libcode.tex

index dd62173cdc02f36b7deaf6e5eda4a5bf61f78c31..a2d77fe4f60511560637aace2d91f3f90a632002 100644 (file)
@@ -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
index dd62173cdc02f36b7deaf6e5eda4a5bf61f78c31..a2d77fe4f60511560637aace2d91f3f90a632002 100644 (file)
@@ -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