summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2006-07-27 22:40:05 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2006-07-27 22:40:05 (GMT)
commit4b6d53780dfea115361b3b7a6d87b47b3fb66a17 (patch)
tree5a50274993df0b0cc674ffdd8da837952b4a1651
parent08310d6cb7d6c00733a69c62121236602e31c999 (diff)
downloadcpython-4b6d53780dfea115361b3b7a6d87b47b3fb66a17.zip
cpython-4b6d53780dfea115361b3b7a6d87b47b3fb66a17.tar.gz
cpython-4b6d53780dfea115361b3b7a6d87b47b3fb66a17.tar.bz2
Reword paragraph
-rw-r--r--Doc/lib/libmailbox.tex5
1 files changed, 2 insertions, 3 deletions
diff --git a/Doc/lib/libmailbox.tex b/Doc/lib/libmailbox.tex
index 0a1f792..75ea7e1 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