]> granicus.if.org Git - python/commitdiff
Reflow long line.
authorJeremy Hylton <jeremy@alum.mit.edu>
Thu, 17 Jul 2003 16:31:00 +0000 (16:31 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Thu, 17 Jul 2003 16:31:00 +0000 (16:31 +0000)
Lib/test/test_urllibnet.py

index 7055522381c5276297070ae80c907d49b098971b..0786e0665c3155e98c133b3d58395085bf9fec10 100644 (file)
@@ -115,8 +115,8 @@ class urlretrieveNetworkTests(unittest.TestCase):
                         " urlretrieve is not a valid path")
         FILE = file(file_location)
         try:
-            self.assert_(FILE.read(), "reading from the file location returned "
-                                      "by urlretrieve failed")
+            self.assert_(FILE.read(), "reading from the file location returned"
+                         by urlretrieve failed")
         finally:
             FILE.close()
             os.unlink(file_location)