]> granicus.if.org Git - python/commitdiff
Shorten the section title.
authorFred Drake <fdrake@acm.org>
Fri, 23 Apr 1999 16:07:38 +0000 (16:07 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 23 Apr 1999 16:07:38 +0000 (16:07 +0000)
Doc/lib/libmhlib.tex

index 3676a1f2fe6b52f3cf7fb42fea1e976b60c9ddf1..27b71b063315fcc8f6151bd582f47556ae938ee0 100644 (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}