Skip to content

Commit 15e6618

Browse files
committed
Fix comment
1 parent d5f5001 commit 15e6618

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/email/_header_value_parser.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2867,8 +2867,8 @@ def _refold_parse_tree(parse_tree, *, policy):
28672867
encoding = 'utf-8' if policy.utf8 else 'us-ascii'
28682868
lines = [''] # Folded lines to be output
28692869
last_word_is_ew = False
2870-
last_ew = None # Points to the last encoded character if there's an ew on
2871-
# the line
2870+
last_ew = None # if there is an encoded word in the last line of lines,
2871+
# points to the encoded word's first character
28722872
last_charset = None
28732873
wrap_as_ew_blocked = 0
28742874
want_encoding = False # This is set to True if we need to encode this part

0 commit comments

Comments
 (0)