Kaydet (Commit) 598295c6 authored tarafından Terry Jan Reedy's avatar Terry Jan Reedy

Issue #21222: Whitespace

üst 02fd1fd7
...@@ -88,7 +88,7 @@ class Get_signatureTest(unittest.TestCase): ...@@ -88,7 +88,7 @@ class Get_signatureTest(unittest.TestCase):
(TC.cm, "(a)"),): (TC.cm, "(a)"),):
self.assertEqual(signature(meth), mtip + "\ndoc") self.assertEqual(signature(meth), mtip + "\ndoc")
self.assertEqual(signature(tc), "(ci)\ndoc") self.assertEqual(signature(tc), "(ci)\ndoc")
def test_no_docstring(self): def test_no_docstring(self):
def nd(s): pass def nd(s): pass
TC.nd = nd TC.nd = nd
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment