From e9ba525c2b5481fbce0af633ce46733833ab1950 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 1 Oct 2001 15:49:56 +0000 Subject: [PATCH] Clarify comments about mailbox objects being iterable. --- Doc/lib/libmailbox.tex | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Doc/lib/libmailbox.tex b/Doc/lib/libmailbox.tex index 1fde77cc919..fe7c483062c 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