Fixed minor typo in interactive example

This commit is contained in:
Edward Loper 2004-09-28 02:56:45 +00:00
parent 3077b02ff4
commit ad512265a5

View 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