diff options
author | Raymond Hettinger <python@rcn.com> | 2003-08-25 04:28:05 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2003-08-25 04:28:05 (GMT) |
commit | 999b57c872fe3bf3b5df347c21bcf42bb393a186 (patch) | |
tree | b04ee9cee7c86bccdd63286571035b370e286b02 /Doc/lib/libmailbox.tex | |
parent | 9ac25ec0254eb28b27c80659c10b6ec7c6fa43b3 (diff) | |
download | cpython-999b57c872fe3bf3b5df347c21bcf42bb393a186.zip cpython-999b57c872fe3bf3b5df347c21bcf42bb393a186.tar.gz cpython-999b57c872fe3bf3b5df347c21bcf42bb393a186.tar.bz2 |
Fix double word typos.
Diffstat (limited to 'Doc/lib/libmailbox.tex')
-rw-r--r-- | Doc/lib/libmailbox.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libmailbox.tex b/Doc/lib/libmailbox.tex index 94e0784..947c2d3 100644 --- a/Doc/lib/libmailbox.tex +++ b/Doc/lib/libmailbox.tex @@ -72,7 +72,7 @@ mailbox specified by \var{dirname} is made available. Access a Babyl mailbox, which is similar to an MMDF mailbox. In Babyl format, each message has two sets of headers, the \emph{original} headers and the \emph{visible} headers. The original -headers appear before a a line containing only \code{'*** EOOH ***'} +headers appear before a line containing only \code{'*** EOOH ***'} (End-Of-Original-Headers) and the visible headers appear after the \code{EOOH} line. Babyl-compliant mail readers will show you only the visible headers, and \class{BabylMailbox} objects will return messages |