From: Andrew M. Kuchling Date: Thu, 27 Jul 2006 22:40:05 +0000 (+0000) Subject: Reword paragraph X-Git-Tag: v2.5b3~124 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4b6d53780dfea115361b3b7a6d87b47b3fb66a17;p=thirdparty%2FPython%2Fcpython.git Reword paragraph --- diff --git a/Doc/lib/libmailbox.tex b/Doc/lib/libmailbox.tex index 0a1f792a34ae..75ea7e124d60 100644 --- a/Doc/lib/libmailbox.tex +++ b/Doc/lib/libmailbox.tex @@ -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