From: Jenner <42169001+jenner9212@users.noreply.github.com> Date: Tue, 19 Sep 2023 09:50:35 +0000 (+0900) Subject: no-issue: Fix typo TestContentTyopeHeader to TestContentTypeHeader (gh-109069) X-Git-Tag: v3.13.0a1~395 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=afa7b0d743d9b7172d58d1e4c28da8324b9be2eb;p=thirdparty%2FPython%2Fcpython.git no-issue: Fix typo TestContentTyopeHeader to TestContentTypeHeader (gh-109069) --- diff --git a/Lib/test/test_email/test_email.py b/Lib/test/test_email/test_email.py index 2a237095b908..512464f87162 100644 --- a/Lib/test/test_email/test_email.py +++ b/Lib/test/test_email/test_email.py @@ -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