mirror of https://github.com/python/cpython
Reword paragraph
This commit is contained in:
parent
08310d6cb7
commit
4b6d53780d
|
@ -1367,9 +1367,8 @@ for message in mailbox.mbox('~/mbox'):
|
|||
print subject
|
||||
\end{verbatim}
|
||||
|
||||
A (surprisingly) simple example of copying all mail from a Babyl mailbox to an
|
||||
MH mailbox, converting all of the format-specific information that can be
|
||||
converted:
|
||||
To copy all mail from a Babyl mailbox to an MH mailbox, converting all
|
||||
of the format-specific information that can be converted:
|
||||
|
||||
\begin{verbatim}
|
||||
import mailbox
|
||||
|
|
Loading…
Reference in New Issue