mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
Shorten the section title.
This commit is contained in:
parent
86bd5e48c3
commit
eea97ea063
1 changed files with 4 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
% <skip@mojam.com>.
|
||||
|
||||
\section{\module{mhlib} ---
|
||||
Object-oriented access to MH mailboxes}
|
||||
Access to MH mailboxes}
|
||||
|
||||
\declaremodule{standard}{mhlib}
|
||||
\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}}
|
||||
|
||||
The \class{Message} class adds one method to those of
|
||||
\class{mimetools.Message}:
|
||||
|
||||
\begin{methoddesc}[Message]{openmessage}{n}
|
||||
Return a new open message object (costs a file descriptor).
|
||||
\end{methoddesc}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue