]> granicus.if.org Git - python/commitdiff
Whitespace normalization.
authorBarry Warsaw <barry@python.org>
Tue, 27 Aug 2002 22:38:50 +0000 (22:38 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 27 Aug 2002 22:38:50 +0000 (22:38 +0000)
Lib/email/test/test_email.py

index 225957175dc08693ab5e2487f90576d262b80934..5012d43703c054b7a3141aba908a23cb82ba84ad 100644 (file)
@@ -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))