summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2004-02-24 20:58:10 +0000
committerFred Drake <fdrake@acm.org>2004-02-24 20:58:10 +0000
commit843a36d392b4c533b3f699cf7bb3392a3ff838ca (patch)
tree0456b6921af368bde9e30a8cf15cbebd35a432ca /Doc
parent7be32678bf6844b612d56abd46bc85f9f0404288 (diff)
downloadcpython-843a36d392b4c533b3f699cf7bb3392a3ff838ca.tar.gz
fix typo in reference to RFC 3464 DSN MIME type
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/emailparser.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/emailparser.tex b/Doc/lib/emailparser.tex
index 706ecbbf1f..1e8597c66f 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