mirror of
https://github.com/python/cpython.git
synced 2024-11-27 03:45:08 +08:00
Fixed minor typo in interactive example
This commit is contained in:
parent
3077b02ff4
commit
ad512265a5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user