Commit 01ee4a74 authored by Terry Jan Reedy's avatar Terry Jan Reedy

Issue #21222: Whitespace

parent 0e053453
......@@ -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
......
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