From: Fred Drake Date: Tue, 24 Feb 2004 20:57:30 +0000 (+0000) Subject: fix typo in reference to RFC 3464 DSN MIME type X-Git-Tag: v2.3.4c1~116 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=88a02905bbbac39c90af45c076216311fd13a2ce;p=thirdparty%2FPython%2Fcpython.git fix typo in reference to RFC 3464 DSN MIME type --- diff --git a/Doc/lib/emailparser.tex b/Doc/lib/emailparser.tex index 706ecbbf1f3b..1e8597c66f4a 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