Skip to content

Commit cbda98f

Browse files
authored
removed trailing whitespace in email.headerregistry.rst
1 parent 5eee2a9 commit cbda98f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/library/email.headerregistry.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)