Kaydet (Commit) a3e672b5 authored tarafından Fred Drake's avatar Fred Drake

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

üst f0867315
......@@ -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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment