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 @@ -40,9 +40,9 @@ over the object tree.
40
40
The :class: `EmailMessage ` dictionary-like interface is indexed by the header
41
41
names, which must be ASCII values. The values of the dictionary are strings
42
42
with some extra methods. Headers are stored and returned in case-preserving
43
- form, but field names are matched case-insensitively. Unlike a real dict ,
44
- there is an ordering to the keys, and there can be duplicate keys . Additional
45
- methods are provided for working with headers that have duplicate keys.
43
+ form, but field names are matched case-insensitively. The keys are ordered ,
44
+ but unlike a real dict, there can be duplicates . Addtional methods are
45
+ provided for working with headers that have duplicate keys.
46
46
47
47
The *payload * is either a string or bytes object, in the case of simple message
48
48
objects, or a list of :class: `EmailMessage ` objects, for MIME container
You can’t perform that action at this time.
0 commit comments