From a3e672b574e6b4c5732346a8bed8bbc26140da42 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 29 Dec 1997 18:21:37 +0000 Subject: [PATCH] Nit adjustments to remove warnings when processed with partparse.py. --- Doc/lib/libcode.tex | 3 +-- Doc/libcode.tex | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Doc/lib/libcode.tex b/Doc/lib/libcode.tex index dd62173cdc0..a2d77fe4f60 100644 --- a/Doc/lib/libcode.tex +++ b/Doc/lib/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 diff --git a/Doc/libcode.tex b/Doc/libcode.tex index dd62173cdc0..a2d77fe4f60 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