summaryrefslogtreecommitdiffstats
path: root/Doc/libcommands.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1997-12-17 13:51:08 (GMT)
committerFred Drake <fdrake@acm.org>1997-12-17 13:51:08 (GMT)
commit7372e5793d2feb83ad51ec9e0db048eedee52aad (patch)
treec23953ea84e2eb25ecf6cf8763cfca33057b252a /Doc/libcommands.tex
parent045c7fc9b9a1b53acc3a62c19a838154708a00f3 (diff)
downloadcpython-7372e5793d2feb83ad51ec9e0db048eedee52aad.zip
cpython-7372e5793d2feb83ad51ec9e0db048eedee52aad.tar.gz
cpython-7372e5793d2feb83ad51ec9e0db048eedee52aad.tar.bz2
Make the word "Module" in the section header start with an upper-case "M".
Minor grammatical nit.
Diffstat (limited to 'Doc/libcommands.tex')
-rw-r--r--Doc/libcommands.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/libcommands.tex b/Doc/libcommands.tex
index 0bc2a2b..e829077 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{}).