summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libmailbox.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/lib/libmailbox.tex')
-rw-r--r--Doc/lib/libmailbox.tex3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/lib/libmailbox.tex b/Doc/lib/libmailbox.tex
index 8beab4c..082c061 100644
--- a/Doc/lib/libmailbox.tex
+++ b/Doc/lib/libmailbox.tex
@@ -49,5 +49,6 @@ 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.
+contained in a single file, etc. If no more messages are available,
+this method returns \code{None}.
\end{methoddesc}