File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,9 +33,9 @@ having a MIME type such as :mimetype:`multipart/\*` or
3333The conceptual model provided by a :class: `Message ` object is that of an
3434ordered dictionary of headers with additional methods for accessing both
3535specialized 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
4040The :class: `Message ` pseudo-dictionary is indexed by the header names, which
4141must be ASCII values. The values of the dictionary are strings that are
You can’t perform that action at this time.
0 commit comments