[Python-checkins] cpython (2.7): Issue #21222: Whitespace

terry.reedy python-checkins at python.org
Tue Jan 21 06:31:35 CET 2014


http://hg.python.org/cpython/rev/649a3e6ce92e
changeset:   88603:649a3e6ce92e
branch:      2.7
parent:      88600:f6f2d9d04cd0
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Tue Jan 21 00:31:07 2014 -0500
summary:
  Issue #21222: Whitespace

files:
  Lib/idlelib/idle_test/test_calltips.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/idlelib/idle_test/test_calltips.py b/Lib/idlelib/idle_test/test_calltips.py
--- a/Lib/idlelib/idle_test/test_calltips.py
+++ b/Lib/idlelib/idle_test/test_calltips.py
@@ -88,7 +88,7 @@
                             (TC.cm, "(a)"),):
             self.assertEqual(signature(meth), mtip + "\ndoc")
         self.assertEqual(signature(tc), "(ci)\ndoc")
-        
+
     def test_no_docstring(self):
         def nd(s): pass
         TC.nd = nd

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


More information about the Python-checkins mailing list