]> granicus.if.org Git - python/commitdiff
Fixed minor typo in interactive example
authorEdward Loper <edloper@gradient.cis.upenn.edu>
Tue, 28 Sep 2004 02:56:45 +0000 (02:56 +0000)
committerEdward Loper <edloper@gradient.cis.upenn.edu>
Tue, 28 Sep 2004 02:56:45 +0000 (02:56 +0000)
Doc/lib/emailmessage.tex

index 7618b20b79e600e2cab51ed5ce00639f3696e927..1943273a13c1a3f2ad6eaa84f2fbdad1735d2add 100644 (file)
@@ -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