mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Fixed minor typo in interactive example
This commit is contained in:
parent
3077b02ff4
commit
ad512265a5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue