From 5d4d83130c1538586e559a64e3a2341794da92d9 Mon Sep 17 00:00:00 2001 From: Gary Donovan Date: Sat, 26 Nov 2022 05:03:20 +1100 Subject: Fix typo on inline comment for email.generator (GH-98210) Trivial change to comment - no issue or new entry necessary --- Lib/email/generator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/email/generator.py b/Lib/email/generator.py index c9b1216..885e6ba 100644 --- a/Lib/email/generator.py +++ b/Lib/email/generator.py @@ -170,7 +170,7 @@ class Generator: # 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. -- cgit v0.12