Skip to content

Commit da62373

Browse files
authored
email.compat32-message.rst: Fix typo in the word message (GH-379)
1 parent 3824cd8 commit da62373

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/library/email.compat32-message.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ having a MIME type such as :mimetype:`multipart/\*` or
3333
The conceptual model provided by a :class:`Message` object is that of an
3434
ordered dictionary of headers with additional methods for accessing both
3535
specialized information from the headers, for accessing the payload, for
36-
generating a serialized version of the mssage, and for recursively walking over
37-
the object tree. Note that duplicate headers are supported but special methods
38-
must be used to access them.
36+
generating a serialized version of the message, and for recursively walking
37+
over the object tree. Note that duplicate headers are supported but special
38+
methods must be used to access them.
3939

4040
The :class:`Message` pseudo-dictionary is indexed by the header names, which
4141
must be ASCII values. The values of the dictionary are strings that are

0 commit comments

Comments
 (0)