summaryrefslogtreecommitdiffstats
path: root/Lib/email
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2002-08-27 22:38:50 (GMT)
committerBarry Warsaw <barry@python.org>2002-08-27 22:38:50 (GMT)
commit1a1607546ca5d56152d66321952afd2c46e7d92f (patch)
tree435a9bb01211fcf98768f5905a65c90f2e6136ee /Lib/email
parent48b0d36b4d0c1ce00f26297a1219b39fc504b507 (diff)
downloadcpython-1a1607546ca5d56152d66321952afd2c46e7d92f.zip
cpython-1a1607546ca5d56152d66321952afd2c46e7d92f.tar.gz
cpython-1a1607546ca5d56152d66321952afd2c46e7d92f.tar.bz2
Whitespace normalization.
Diffstat (limited to 'Lib/email')
-rw-r--r--Lib/email/test/test_email.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/email/test/test_email.py b/Lib/email/test/test_email.py
index 2259571..5012d43 100644
--- a/Lib/email/test/test_email.py
+++ b/Lib/email/test/test_email.py
@@ -1763,7 +1763,7 @@ Here's the message body
def test_three_lines(self):
# A bug report by Andrew McNamara
- lines = ['From: Andrew Person <aperson@dom.ain',
+ lines = ['From: Andrew Person <aperson@dom.ain',
'Subject: Test',
'Date: Tue, 20 Aug 2002 16:43:45 +1000']
msg = email.message_from_string(NL.join(lines))