mirror of https://github.com/python/cpython
Shorten the section title.
This commit is contained in:
parent
86bd5e48c3
commit
eea97ea063
|
@ -2,7 +2,7 @@
|
||||||
% <skip@mojam.com>.
|
% <skip@mojam.com>.
|
||||||
|
|
||||||
\section{\module{mhlib} ---
|
\section{\module{mhlib} ---
|
||||||
Object-oriented access to MH mailboxes}
|
Access to MH mailboxes}
|
||||||
|
|
||||||
\declaremodule{standard}{mhlib}
|
\declaremodule{standard}{mhlib}
|
||||||
\modulesynopsis{Manipulate MH mailboxes from Python.}
|
\modulesynopsis{Manipulate MH mailboxes from Python.}
|
||||||
|
@ -160,6 +160,9 @@ Copy one message to a given destination in another folder.
|
||||||
|
|
||||||
\subsection{Message Objects \label{mh-message-objects}}
|
\subsection{Message Objects \label{mh-message-objects}}
|
||||||
|
|
||||||
|
The \class{Message} class adds one method to those of
|
||||||
|
\class{mimetools.Message}:
|
||||||
|
|
||||||
\begin{methoddesc}[Message]{openmessage}{n}
|
\begin{methoddesc}[Message]{openmessage}{n}
|
||||||
Return a new open message object (costs a file descriptor).
|
Return a new open message object (costs a file descriptor).
|
||||||
\end{methoddesc}
|
\end{methoddesc}
|
||||||
|
|
Loading…
Reference in New Issue