mirror of
https://github.com/python/cpython.git
synced 2025-11-07 21:29:26 +00:00
typo...
This commit is contained in:
parent
98935bff0a
commit
bb5a465ca9
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ have one externally visible method:
|
||||||
\begin{methoddesc}[mailbox]{next}{}
|
\begin{methoddesc}[mailbox]{next}{}
|
||||||
Return the next message in the mailbox, created with the optional
|
Return the next message in the mailbox, created with the optional
|
||||||
\var{factory} argument passed into the mailbox object's constructor.
|
\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
|
object (see the \refmodule{rfc822} module). Depending on the mailbox
|
||||||
implementation the \var{fp} attribute of this object may be a true
|
implementation the \var{fp} attribute of this object may be a true
|
||||||
file object or a class instance simulating a file object, taking care
|
file object or a class instance simulating a file object, taking care
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue