Skip to content

Commit 20b9e40

Browse files
jenner9212csm10495
authored andcommitted
no-issue: Fix typo TestContentTyopeHeader to TestContentTypeHeader (pythongh-109069)
1 parent c0a0a8a commit 20b9e40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_email/test_email.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2236,7 +2236,7 @@ def test_multipart_valid_cte_no_defect(self):
22362236
"\nContent-Transfer-Encoding: {}".format(cte)))
22372237
self.assertEqual(len(msg.defects), 0)
22382238

2239-
# test_headerregistry.TestContentTyopeHeader invalid_1 and invalid_2.
2239+
# test_headerregistry.TestContentTypeHeader invalid_1 and invalid_2.
22402240
def test_invalid_content_type(self):
22412241
eq = self.assertEqual
22422242
neq = self.ndiffAssertEqual

0 commit comments

Comments
 (0)