diff options
author | Fred Drake <fdrake@acm.org> | 2001-10-01 15:49:56 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-10-01 15:49:56 (GMT) |
commit | e9ba525c2b5481fbce0af633ce46733833ab1950 (patch) | |
tree | a96339e14f631802d2b017d973dd8916414b9f04 /Doc | |
parent | e7877df595b4893a5eda43470d091bd02868c397 (diff) | |
download | cpython-e9ba525c2b5481fbce0af633ce46733833ab1950.zip cpython-e9ba525c2b5481fbce0af633ce46733833ab1950.tar.gz cpython-e9ba525c2b5481fbce0af633ce46733833ab1950.tar.bz2 |
Clarify comments about mailbox objects being iterable.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libmailbox.tex | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/lib/libmailbox.tex b/Doc/lib/libmailbox.tex index 1fde77c..fe7c483 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 |