]> granicus.if.org Git - python/commitdiff
Where rfc822.Message is mentioned, add a link to the rfc822 module.
authorFred Drake <fdrake@acm.org>
Sat, 27 Mar 1999 05:45:46 +0000 (05:45 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 27 Mar 1999 05:45:46 +0000 (05:45 +0000)
Doc/lib/libmailbox.tex

index 97c80e95682d804ee6daf952080c9ebb82a292bb..8beab4cd6fe7358b799a04db007c174c1a4212c8 100644 (file)
@@ -44,9 +44,10 @@ All implementations of Mailbox objects have one externally visible
 method:
 
 \begin{methoddesc}[mailbox]{next}{}
-Return the next message in the mailbox, as a \class{rfc822.Message} object.
-Depending on the mailbox implementation the \var{fp} attribute of this
-object may be a true file object or a class instance simulating a file object,
-taking care of things like message boundaries if multiple mail messages are
+Return the next message in the mailbox, as a \class{rfc822.Message}
+object (see the \refmodule{rfc822} module).  Depending on the mailbox
+implementation the \var{fp} attribute of this object may be a true
+file object or a class instance simulating a file object, taking care
+of things like message boundaries if multiple mail messages are
 contained in a single file, etc.
 \end{methoddesc}