We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f65497f commit afa7b0dCopy full SHA for afa7b0d
Lib/test/test_email/test_email.py
@@ -2236,7 +2236,7 @@ def test_multipart_valid_cte_no_defect(self):
2236
"\nContent-Transfer-Encoding: {}".format(cte)))
2237
self.assertEqual(len(msg.defects), 0)
2238
2239
- # test_headerregistry.TestContentTyopeHeader invalid_1 and invalid_2.
+ # test_headerregistry.TestContentTypeHeader invalid_1 and invalid_2.
2240
def test_invalid_content_type(self):
2241
eq = self.assertEqual
2242
neq = self.ndiffAssertEqual
0 commit comments