mirror of
https://github.com/python/cpython.git
synced 2025-11-13 15:40:05 +00:00
Make the word "Module" in the section header start with an upper-case "M".
Minor grammatical nit.
This commit is contained in:
parent
045c7fc9b9
commit
7372e5793d
2 changed files with 6 additions and 6 deletions
|
|
@ -1,10 +1,10 @@
|
||||||
\section{Standard module \sectcode{commands}} % If implemented in Python
|
\section{Standard Module \sectcode{commands}}
|
||||||
\label{module-commands}
|
|
||||||
\stmodindex{commands}
|
\stmodindex{commands}
|
||||||
|
\label{module-commands}
|
||||||
|
|
||||||
The \code{commands} module contains wrapper functions for \code{os.popen()}
|
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
|
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
|
The \code{commands} module is only usable on systems which support
|
||||||
\code{popen()} (currently \UNIX{}).
|
\code{popen()} (currently \UNIX{}).
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,10 @@
|
||||||
\section{Standard module \sectcode{commands}} % If implemented in Python
|
\section{Standard Module \sectcode{commands}}
|
||||||
\label{module-commands}
|
|
||||||
\stmodindex{commands}
|
\stmodindex{commands}
|
||||||
|
\label{module-commands}
|
||||||
|
|
||||||
The \code{commands} module contains wrapper functions for \code{os.popen()}
|
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
|
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
|
The \code{commands} module is only usable on systems which support
|
||||||
\code{popen()} (currently \UNIX{}).
|
\code{popen()} (currently \UNIX{}).
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue