[Python-checkins] cpython: Fix whitespace.

antoine.pitrou python-checkins at python.org
Tue Nov 13 21:37:12 CET 2012


http://hg.python.org/cpython/rev/770329b88214
changeset:   80422:770329b88214
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Tue Nov 13 21:36:21 2012 +0100
summary:
  Fix whitespace.

files:
  Lib/test/test_functools.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/test/test_functools.py b/Lib/test/test_functools.py
--- a/Lib/test/test_functools.py
+++ b/Lib/test/test_functools.py
@@ -200,7 +200,7 @@
 
     def test_pickle(self):
         raise unittest.SkipTest("Python implementation of partial isn't picklable")
-    
+
     def test_repr(self):
         raise unittest.SkipTest("Python implementation of partial uses own repr")
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list