Commit 7372e579 authored by Fred Drake's avatar Fred Drake

Make the word "Module" in the section header start with an upper-case "M".

Minor grammatical nit.
parent 045c7fc9
\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{}).
......
\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{}).
......
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