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.
4040The :class: `EmailMessage ` dictionary-like interface is indexed by the header
4141names, which must be ASCII values. The values of the dictionary are strings
4242with 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.
4646
4747The *payload * is either a string or bytes object, in the case of simple message
4848objects, or a list of :class: `EmailMessage ` objects, for MIME container
You can’t perform that action at this time.
0 commit comments