From: Mariatta Date: Wed, 1 Mar 2017 14:20:16 +0000 (-0800) Subject: email.compat32-message.rst: Fix typo in the word `message` (GH-379) X-Git-Tag: v3.7.0a1~1246 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=da62373b0d32c14a4137512ef6f13c24fbcaa2c1;p=thirdparty%2FPython%2Fcpython.git email.compat32-message.rst: Fix typo in the word `message` (GH-379) --- diff --git a/Doc/library/email.compat32-message.rst b/Doc/library/email.compat32-message.rst index afb5df5d4289..b0707646e64a 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