diff options
author | Mariatta <Mariatta@users.noreply.github.com> | 2017-03-01 15:35:23 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-01 15:35:23 (GMT) |
commit | b05d48e021bc9c0700939978ab1ba300e0407a0e (patch) | |
tree | 8f4be436c9af3bd8ca9d57c03c04ad4590352758 /Doc/library | |
parent | 023532e558bb0c5bf60195aebbafe63a0bebd85e (diff) | |
download | cpython-b05d48e021bc9c0700939978ab1ba300e0407a0e.zip cpython-b05d48e021bc9c0700939978ab1ba300e0407a0e.tar.gz cpython-b05d48e021bc9c0700939978ab1ba300e0407a0e.tar.bz2 |
email.compat32-message.rst: Fix typo in the word `message` (GH-379) (GH-380)
(cherry picked from commit da62373b0d32c14a4137512ef6f13c24fbcaa2c1)
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/email.compat32-message.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/library/email.compat32-message.rst b/Doc/library/email.compat32-message.rst index afb5df5..b070764 100644 --- a/Doc/library/email.compat32-message.rst +++ b/Doc/library/email.compat32-message.rst @@ -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 |