summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2004-02-24 20:58:10 (GMT)
committerFred Drake <fdrake@acm.org>2004-02-24 20:58:10 (GMT)
commit59e02c110da24c8cfb1b14edd737667a7f061937 (patch)
tree0a3a1c63c4d1e341620722b2d8e6c356a31bdd64 /Doc/lib
parentb3ee6f9921a0979b77a64b83f2f3a267ae66916e (diff)
downloadcpython-59e02c110da24c8cfb1b14edd737667a7f061937.zip
cpython-59e02c110da24c8cfb1b14edd737667a7f061937.tar.gz
cpython-59e02c110da24c8cfb1b14edd737667a7f061937.tar.bz2
fix typo in reference to RFC 3464 DSN MIME type
Diffstat (limited to 'Doc/lib')
-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 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