From: Terry Jan Reedy Date: Tue, 21 Jan 2014 05:31:07 +0000 (-0500) Subject: Issue #21222: Whitespace X-Git-Tag: v2.7.8~105 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=598295c63c23b702eeefbc067cf2cde403f789fd;p=thirdparty%2FPython%2Fcpython.git Issue #21222: Whitespace --- diff --git a/Lib/idlelib/idle_test/test_calltips.py b/Lib/idlelib/idle_test/test_calltips.py index 1a87a83bcbab..4fbb565eb03f 100644 --- a/Lib/idlelib/idle_test/test_calltips.py +++ b/Lib/idlelib/idle_test/test_calltips.py @@ -88,7 +88,7 @@ class Get_signatureTest(unittest.TestCase): (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