Shorten the section title.

This commit is contained in:
Fred Drake 1999-04-23 16:07:38 +00:00
parent 86bd5e48c3
commit eea97ea063
1 changed files with 4 additions and 1 deletions

View File

@ -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}