diff options
author | Jenner <42169001+jenner9212@users.noreply.github.com> | 2023-09-19 09:50:35 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-19 09:50:35 (GMT) |
commit | afa7b0d743d9b7172d58d1e4c28da8324b9be2eb (patch) | |
tree | 464339e3fcd9eae7d25425151dfbd0198069c08b | |
parent | f65497fd252a4a4df960da04d68e8316b58624c0 (diff) | |
download | cpython-afa7b0d743d9b7172d58d1e4c28da8324b9be2eb.zip cpython-afa7b0d743d9b7172d58d1e4c28da8324b9be2eb.tar.gz cpython-afa7b0d743d9b7172d58d1e4c28da8324b9be2eb.tar.bz2 |
no-issue: Fix typo TestContentTyopeHeader to TestContentTypeHeader (gh-109069)
-rw-r--r-- | Lib/test/test_email/test_email.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_email/test_email.py b/Lib/test/test_email/test_email.py index 2a23709..512464f 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 |