diff options
author | Skip Montanaro <skip@pobox.com> | 2001-09-05 19:27:13 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2001-09-05 19:27:13 (GMT) |
commit | bb5a465ca91dea3a162c9bd11995d1edd2363598 (patch) | |
tree | 038f010ba0e0939c26769aa4a1bf5f1001f82cc6 /Doc | |
parent | 98935bff0af8b65d52cd849981e5eb020f3a1a56 (diff) | |
download | cpython-bb5a465ca91dea3a162c9bd11995d1edd2363598.zip cpython-bb5a465ca91dea3a162c9bd11995d1edd2363598.tar.gz cpython-bb5a465ca91dea3a162c9bd11995d1edd2363598.tar.bz2 |
typo...
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libmailbox.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libmailbox.tex b/Doc/lib/libmailbox.tex index 61c16d4..1fde77c 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 |