diff options
author | Fred Drake <fdrake@acm.org> | 2004-02-24 20:58:10 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2004-02-24 20:58:10 (GMT) |
commit | 59e02c110da24c8cfb1b14edd737667a7f061937 (patch) | |
tree | 0a3a1c63c4d1e341620722b2d8e6c356a31bdd64 | |
parent | b3ee6f9921a0979b77a64b83f2f3a267ae66916e (diff) | |
download | cpython-59e02c110da24c8cfb1b14edd737667a7f061937.zip cpython-59e02c110da24c8cfb1b14edd737667a7f061937.tar.gz cpython-59e02c110da24c8cfb1b14edd737667a7f061937.tar.bz2 |
fix typo in reference to RFC 3464 DSN MIME type
-rw-r--r-- | Doc/lib/emailparser.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/emailparser.tex b/Doc/lib/emailparser.tex index 706ecbb..1e8597c 100644 --- a/Doc/lib/emailparser.tex +++ b/Doc/lib/emailparser.tex @@ -144,7 +144,7 @@ Here are some notes on the parsing semantics: \class{Message} subparts. \item Most messages with a content type of \mimetype{message/*} - (e.g. \mimetype{message/deliver-status} and + (e.g. \mimetype{message/delivery-status} and \mimetype{message/rfc822}) will also be parsed as container object containing a list payload of length 1. Their \method{is_multipart()} method will return \code{True}. The |