]> granicus.if.org Git - python/commitdiff
Clarify comments about mailbox objects being iterable.
authorFred Drake <fdrake@acm.org>
Mon, 1 Oct 2001 15:49:56 +0000 (15:49 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 1 Oct 2001 15:49:56 +0000 (15:49 +0000)
Doc/lib/libmailbox.tex

index 1fde77cc919ffff9e6cbdb24d26d888465fcec1c..fe7c483062c14c0d92c25d1c41a2b5a135b299d7 100644 (file)
@@ -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