]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo on inline comment for email.generator (GH-98210)
authorGary Donovan <garyd203@users.noreply.github.com>
Fri, 25 Nov 2022 18:03:20 +0000 (05:03 +1100)
committerGitHub <noreply@github.com>
Fri, 25 Nov 2022 18:03:20 +0000 (10:03 -0800)
Trivial change to comment - no issue or new entry necessary

Lib/email/generator.py

index c9b121624e08d5ec390560b735b05ed411adeed2..885e6ba98540a7df02622a4c309b53bb7c674ad7 100644 (file)
@@ -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.