]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
whitespace fix.
authorSenthil Kumaran <senthil@uthcode.com>
Sun, 7 Aug 2011 02:03:58 +0000 (10:03 +0800)
committerSenthil Kumaran <senthil@uthcode.com>
Sun, 7 Aug 2011 02:03:58 +0000 (10:03 +0800)
Lib/urllib.py

index 0498a438736b0247f5d2a5684058f0112ba9dc9b..1d65ce5078ae92f9b07bc2d9311a77449149e94d 100644 (file)
@@ -1599,4 +1599,3 @@ def reporthook(blocknum, blocksize, totalsize):
     # Report during remote transfers
     print "Block number: %d, Block size: %d, Total size: %d" % (
         blocknum, blocksize, totalsize)
-