From: Edward Loper Date: Tue, 28 Sep 2004 02:56:45 +0000 (+0000) Subject: Fixed minor typo in interactive example X-Git-Tag: v2.4b1~151 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ad512265a5c7fddf9df614b7b74fe53246643bfb;p=python Fixed minor typo in interactive example --- diff --git a/Doc/lib/emailmessage.tex b/Doc/lib/emailmessage.tex index 7618b20b79..1943273a13 100644 --- a/Doc/lib/emailmessage.tex +++ b/Doc/lib/emailmessage.tex @@ -498,7 +498,7 @@ multipart message structure: \begin{verbatim} >>> for part in msg.walk(): ->>> print part.get_content_type() +... print part.get_content_type() multipart/report text/plain message/delivery-status