summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-04-23 16:07:38 (GMT)
committerFred Drake <fdrake@acm.org>1999-04-23 16:07:38 (GMT)
commiteea97ea06390fc0ea2046fd106d84fa07bdea428 (patch)
treeaf3f8bfefc9fee2bcf394d4d87692639ec68c4a5
parent86bd5e48c3e33b99c12e091721f67f2e59015ada (diff)
downloadcpython-eea97ea06390fc0ea2046fd106d84fa07bdea428.zip
cpython-eea97ea06390fc0ea2046fd106d84fa07bdea428.tar.gz
cpython-eea97ea06390fc0ea2046fd106d84fa07bdea428.tar.bz2
Shorten the section title.
-rw-r--r--Doc/lib/libmhlib.tex5
1 files changed, 4 insertions, 1 deletions
diff --git a/Doc/lib/libmhlib.tex b/Doc/lib/libmhlib.tex
index 3676a1f..27b71b0 100644
--- a/Doc/lib/libmhlib.tex
+++ b/Doc/lib/libmhlib.tex
@@ -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}