[Python-checkins] r50878 - python/trunk/Doc/lib/libmailbox.tex

andrew.kuchling python-checkins at python.org
Fri Jul 28 00:40:06 CEST 2006


Author: andrew.kuchling
Date: Fri Jul 28 00:40:05 2006
New Revision: 50878

Modified:
   python/trunk/Doc/lib/libmailbox.tex
Log:
Reword paragraph

Modified: python/trunk/Doc/lib/libmailbox.tex
==============================================================================
--- python/trunk/Doc/lib/libmailbox.tex	(original)
+++ python/trunk/Doc/lib/libmailbox.tex	Fri Jul 28 00:40:05 2006
@@ -1367,9 +1367,8 @@
         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


More information about the Python-checkins mailing list