Fix typo on inline comment for email.generator (GH-98210)

Trivial change to comment - no issue or new entry necessary
This commit is contained in:
Gary Donovan 2022-11-26 05:03:20 +11:00 committed by GitHub
parent 85c128e34d
commit 5d4d83130c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -170,7 +170,7 @@ def _write(self, msg):
# parameter.
#
# The way we do this, so as to make the _handle_*() methods simpler,
# 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
# headers and the buffer contents. That way, subpart handlers can
# Do The Right Thing, and can still modify the Content-Type: header if
# necessary.