Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1a16075

Browse files
committed
Whitespace normalization.
1 parent 48b0d36 commit 1a16075

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/email/test/test_email.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1763,7 +1763,7 @@ def test_multipart_digest_with_extra_mime_headers(self):
17631763

17641764
def test_three_lines(self):
17651765
# A bug report by Andrew McNamara
1766-
lines = ['From: Andrew Person <[email protected]',
1766+
lines = ['From: Andrew Person <[email protected]',
17671767
'Subject: Test',
17681768
'Date: Tue, 20 Aug 2002 16:43:45 +1000']
17691769
msg = email.message_from_string(NL.join(lines))

0 commit comments

Comments
 (0)