fix typo in reference to RFC 3464 DSN MIME type

This commit is contained in:
Fred Drake 2004-02-24 20:58:10 +00:00
parent b3ee6f9921
commit 59e02c110d
1 changed files with 1 additions and 1 deletions

View File

@ -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