mirror of
https://github.com/python/cpython.git
synced 2025-10-03 13:45:29 +00:00
email.compat32-message.rst: Fix typo in the word message
(GH-379) (GH-380)
(cherry picked from commit da62373b0d
)
This commit is contained in:
parent
023532e558
commit
b05d48e021
1 changed files with 3 additions and 3 deletions
|
@ -33,9 +33,9 @@ having a MIME type such as :mimetype:`multipart/\*` or
|
|||
The conceptual model provided by a :class:`Message` object is that of an
|
||||
ordered dictionary of headers with additional methods for accessing both
|
||||
specialized information from the headers, for accessing the payload, for
|
||||
generating a serialized version of the mssage, and for recursively walking over
|
||||
the object tree. Note that duplicate headers are supported but special methods
|
||||
must be used to access them.
|
||||
generating a serialized version of the message, and for recursively walking
|
||||
over the object tree. Note that duplicate headers are supported but special
|
||||
methods must be used to access them.
|
||||
|
||||
The :class:`Message` pseudo-dictionary is indexed by the header names, which
|
||||
must be ASCII values. The values of the dictionary are strings that are
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue