From 7372e5793d2feb83ad51ec9e0db048eedee52aad Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 17 Dec 1997 13:51:08 +0000 Subject: [PATCH] Make the word "Module" in the section header start with an upper-case "M". Minor grammatical nit. --- Doc/lib/libcommands.tex | 6 +++--- Doc/libcommands.tex | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Doc/lib/libcommands.tex b/Doc/lib/libcommands.tex index 0bc2a2b3177..e82907729cb 100644 --- a/Doc/lib/libcommands.tex +++ b/Doc/lib/libcommands.tex @@ -1,10 +1,10 @@ -\section{Standard module \sectcode{commands}} % If implemented in Python -\label{module-commands} +\section{Standard Module \sectcode{commands}} \stmodindex{commands} +\label{module-commands} The \code{commands} module contains wrapper functions for \code{os.popen()} which take a system command as a string and return any output generated by -the command, and optionally, the exit status. +the command and, optionally, the exit status. The \code{commands} module is only usable on systems which support \code{popen()} (currently \UNIX{}). diff --git a/Doc/libcommands.tex b/Doc/libcommands.tex index 0bc2a2b3177..e82907729cb 100644 --- a/Doc/libcommands.tex +++ b/Doc/libcommands.tex @@ -1,10 +1,10 @@ -\section{Standard module \sectcode{commands}} % If implemented in Python -\label{module-commands} +\section{Standard Module \sectcode{commands}} \stmodindex{commands} +\label{module-commands} The \code{commands} module contains wrapper functions for \code{os.popen()} which take a system command as a string and return any output generated by -the command, and optionally, the exit status. +the command and, optionally, the exit status. The \code{commands} module is only usable on systems which support \code{popen()} (currently \UNIX{}).