mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Consistency: "unix" ==> "\UNIX{}"
Added \label{} for referring to the module.
This commit is contained in:
parent
efc1e0f43b
commit
c9dc5151b6
2 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
||||||
\section{Standard Module \sectcode{mailbox}}
|
\section{Standard Module \sectcode{mailbox}}
|
||||||
|
\label{module-mailbox}
|
||||||
\stmodindex{mailbox}
|
\stmodindex{mailbox}
|
||||||
|
|
||||||
\renewcommand{\indexsubitem}{(in module mailbox)}
|
\renewcommand{\indexsubitem}{(in module mailbox)}
|
||||||
|
@ -7,7 +8,7 @@ This module defines a number of classes that allow easy and uniform
|
||||||
access to mail messages in a (unix) mailbox.
|
access to mail messages in a (unix) mailbox.
|
||||||
|
|
||||||
\begin{funcdesc}{UnixMailbox}{fp}
|
\begin{funcdesc}{UnixMailbox}{fp}
|
||||||
Access a classic unix-style mailbox, where all messages are contained
|
Access a classic \UNIX{}-style mailbox, where all messages are contained
|
||||||
in a single file and separated by ``From name time'' lines. \var{Fp}
|
in a single file and separated by ``From name time'' lines. \var{Fp}
|
||||||
is the file object pointing to the mailbox file.
|
is the file object pointing to the mailbox file.
|
||||||
\end{funcdesc}
|
\end{funcdesc}
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
\section{Standard Module \sectcode{mailbox}}
|
\section{Standard Module \sectcode{mailbox}}
|
||||||
|
\label{module-mailbox}
|
||||||
\stmodindex{mailbox}
|
\stmodindex{mailbox}
|
||||||
|
|
||||||
\renewcommand{\indexsubitem}{(in module mailbox)}
|
\renewcommand{\indexsubitem}{(in module mailbox)}
|
||||||
|
@ -7,7 +8,7 @@ This module defines a number of classes that allow easy and uniform
|
||||||
access to mail messages in a (unix) mailbox.
|
access to mail messages in a (unix) mailbox.
|
||||||
|
|
||||||
\begin{funcdesc}{UnixMailbox}{fp}
|
\begin{funcdesc}{UnixMailbox}{fp}
|
||||||
Access a classic unix-style mailbox, where all messages are contained
|
Access a classic \UNIX{}-style mailbox, where all messages are contained
|
||||||
in a single file and separated by ``From name time'' lines. \var{Fp}
|
in a single file and separated by ``From name time'' lines. \var{Fp}
|
||||||
is the file object pointing to the mailbox file.
|
is the file object pointing to the mailbox file.
|
||||||
\end{funcdesc}
|
\end{funcdesc}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue