Skip to content

Commit 5d4d831

Browse files
authored
Fix typo on inline comment for email.generator (GH-98210)
Trivial change to comment - no issue or new entry necessary
1 parent 85c128e commit 5d4d831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/email/generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def _write(self, msg):
170170
# parameter.
171171
#
172172
# The way we do this, so as to make the _handle_*() methods simpler,
173-
# is to cache any subpart writes into a buffer. The we write the
173+
# is to cache any subpart writes into a buffer. Then we write the
174174
# headers and the buffer contents. That way, subpart handlers can
175175
# Do The Right Thing, and can still modify the Content-Type: header if
176176
# necessary.

0 commit comments

Comments
 (0)