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
33
33
The conceptual model provided by a :class: `Message ` object is that of an
34
34
ordered dictionary of headers with additional methods for accessing both
35
35
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.
39
39
40
40
The :class: `Message ` pseudo-dictionary is indexed by the header names, which
41
41
must be ASCII values. The values of the dictionary are strings that are
You can’t perform that action at this time.
0 commit comments