Nit adjustments to remove warnings when processed with partparse.py.

This commit is contained in:
Fred Drake 1997-12-29 18:21:37 +00:00
parent f0867315e9
commit a3e672b574
2 changed files with 2 additions and 4 deletions

View 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

View 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