]> granicus.if.org Git - python/commitdiff
fix typo in reference to RFC 3464 DSN MIME type
authorFred Drake <fdrake@acm.org>
Tue, 24 Feb 2004 20:58:10 +0000 (20:58 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 24 Feb 2004 20:58:10 +0000 (20:58 +0000)
Doc/lib/emailparser.tex

index 706ecbbf1f3bb33c3bdc969125209e1c7a29b418..1e8597c66f4a6a8101f78df268e592b43bc8233b 100644 (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