##// END OF EJS Templates
'Call def' -> 'Call signature'
Thomas Kluyver -
Show More
@@ -620,7 +620,7 b' class Inspector:'
620 620
621 621 add_fields([("Class docstring", "class_docstring"),
622 622 ("Init docstring", "init_docstring"),
623 ("Call def", "call_def"),
623 ("Call signature", "call_def"),
624 624 ("Call docstring", "call_docstring")])
625 625
626 626 if displayfields:
General Comments 0
You need to be logged in to leave comments. Login now