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 @@ -96,9 +96,9 @@ headers.
9696 ``kwds `` is a dictionary containing one pre-initialized key, ``defects ``.
9797 ``defects `` is an empty list. The parse method should append any detected
9898 defects to this list. On return, the ``kwds `` dictionary *must * contain
99- values for at least the keys ``decoded ``, ``defects `` and ``parse_tree ``.
100- ``decoded `` should be the string value for the header (that is, the header
101- value fully decoded to unicode). ``parse_tree `` is set to the parse tree obtained
99+ values for at least the keys ``decoded ``, ``defects `` and ``parse_tree ``.
100+ ``decoded `` should be the string value for the header (that is, the header
101+ value fully decoded to unicode). ``parse_tree `` is set to the parse tree obtained
102102 from parsing the header. The parse method should assume that *string * may
103103 contain content-transfer-encoded parts, but should correctly handle all valid
104104 unicode characters as well so that it can parse un-encoded header values.
You can’t perform that action at this time.
0 commit comments