Skip to content

Commit a7d1c0c

Browse files
committed
Fix indentation
1 parent 6ae6273 commit a7d1c0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_email/test_email.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@ def test_invalid_headers(self):
743743
self.assertIn("Invalid header field name", str(cm.exception))
744744

745745
invalid_headers = [
746-
('Header\x7F', 'Non-ASCII character'),
746+
('Header\x7F', 'Non-ASCII character'),
747747
('Header\x1F', 'control character'),
748748
]
749749
for name, value in invalid_headers:

0 commit comments

Comments
 (0)