From bb5a465ca91dea3a162c9bd11995d1edd2363598 Mon Sep 17 00:00:00 2001 From: Skip Montanaro Date: Wed, 5 Sep 2001 19:27:13 +0000 Subject: [PATCH] typo... --- Doc/lib/libmailbox.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libmailbox.tex b/Doc/lib/libmailbox.tex index 61c16d4b5b..1fde77cc91 100644 --- a/Doc/lib/libmailbox.tex +++ b/Doc/lib/libmailbox.tex @@ -107,7 +107,7 @@ have one externally visible method: \begin{methoddesc}[mailbox]{next}{} Return the next message in the mailbox, created with the optional \var{factory} argument passed into the mailbox object's constructor. -By defaul this is an \class{rfc822.Message} +By default this is an \class{rfc822.Message} object (see the \refmodule{rfc822} module). Depending on the mailbox implementation the \var{fp} attribute of this object may be a true file object or a class instance simulating a file object, taking care -- 2.40.0