Commit e9ba525c authored by Fred Drake's avatar Fred Drake

Clarify comments about mailbox objects being iterable.

parent e7877df5
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment