]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Reword paragraph
authorAndrew M. Kuchling <amk@amk.ca>
Thu, 27 Jul 2006 22:40:05 +0000 (22:40 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Thu, 27 Jul 2006 22:40:05 +0000 (22:40 +0000)
Doc/lib/libmailbox.tex

index 0a1f792a34aec15407f3cb9b90b2aa0fa207ef7c..75ea7e124d6064d7bf2e95b877063d75795b557d 100644 (file)
@@ -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