]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
no-issue: Fix typo TestContentTyopeHeader to TestContentTypeHeader (gh-109069)
authorJenner <42169001+jenner9212@users.noreply.github.com>
Tue, 19 Sep 2023 09:50:35 +0000 (18:50 +0900)
committerGitHub <noreply@github.com>
Tue, 19 Sep 2023 09:50:35 +0000 (18:50 +0900)
Lib/test/test_email/test_email.py

index 2a237095b9080cab892f15f55c65db4c6466362a..512464f87162cde0db2b14b26c53096477884722 100644 (file)
@@ -2236,7 +2236,7 @@ class TestNonConformant(TestEmailBase):
                     "\nContent-Transfer-Encoding: {}".format(cte)))
             self.assertEqual(len(msg.defects), 0)
 
-    # test_headerregistry.TestContentTyopeHeader invalid_1 and invalid_2.
+    # test_headerregistry.TestContentTypeHeader invalid_1 and invalid_2.
     def test_invalid_content_type(self):
         eq = self.assertEqual
         neq = self.ndiffAssertEqual