We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85c128e commit 5d4d831Copy full SHA for 5d4d831
Lib/email/generator.py
@@ -170,7 +170,7 @@ def _write(self, msg):
170
# parameter.
171
#
172
# 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
+ # is to cache any subpart writes into a buffer. Then we write the
174
# headers and the buffer contents. That way, subpart handlers can
175
# Do The Right Thing, and can still modify the Content-Type: header if
176
# necessary.
0 commit comments