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

Skip to content

Commit bd9f520

Browse files
committed
Reflow long line.
1 parent afd43b5 commit bd9f520

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lib/test/test_urllibnet.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ def test_basic(self):
115115
" urlretrieve is not a valid path")
116116
FILE = file(file_location)
117117
try:
118-
self.assert_(FILE.read(), "reading from the file location returned "
119-
"by urlretrieve failed")
118+
self.assert_(FILE.read(), "reading from the file location returned"
119+
" by urlretrieve failed")
120120
finally:
121121
FILE.close()
122122
os.unlink(file_location)

0 commit comments

Comments
 (0)