From ef651ac162e131c80310ad3db3c4634a01949904 Mon Sep 17 00:00:00 2001 From: Senthil Kumaran Date: Sun, 7 Aug 2011 10:03:58 +0800 Subject: [PATCH] whitespace fix. --- Lib/urllib.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/urllib.py b/Lib/urllib.py index 0498a43873..1d65ce5078 100644 --- a/Lib/urllib.py +++ b/Lib/urllib.py @@ -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) - -- 2.50.1