From: Fred Drake Date: Mon, 1 Oct 2001 15:49:56 +0000 (+0000) Subject: Clarify comments about mailbox objects being iterable. X-Git-Tag: v2.2.1c1~1520 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e9ba525c2b5481fbce0af633ce46733833ab1950;p=python Clarify comments about mailbox objects being iterable. --- diff --git a/Doc/lib/libmailbox.tex b/Doc/lib/libmailbox.tex index 1fde77cc91..fe7c483062 100644 --- a/Doc/lib/libmailbox.tex +++ b/Doc/lib/libmailbox.tex @@ -101,8 +101,9 @@ messages start with the EOOH line and end with a line containing only \subsection{Mailbox Objects \label{mailbox-objects}} -All implementations of Mailbox objects are iterator objects, and so -have one externally visible method: +All implementations of mailbox objects are iterable objects, and +have one externally visible method. This method is used by iterators +created from mailbox objects and may also be used directly. \begin{methoddesc}[mailbox]{next}{} Return the next message in the mailbox, created with the optional