]> granicus.if.org Git - python/commitdiff
Make the word "Module" in the section header start with an upper-case "M".
authorFred Drake <fdrake@acm.org>
Wed, 17 Dec 1997 13:51:08 +0000 (13:51 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 17 Dec 1997 13:51:08 +0000 (13:51 +0000)
Minor grammatical nit.

Doc/lib/libcommands.tex
Doc/libcommands.tex

index 0bc2a2b3177cd6cfd72bc5e139fb1bdddd301591..e82907729cb7b19c34fde55c665bdacf1fc2289e 100644 (file)
@@ -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{}).
index 0bc2a2b3177cd6cfd72bc5e139fb1bdddd301591..e82907729cb7b19c34fde55c665bdacf1fc2289e 100644 (file)
@@ -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{}).