##// END OF EJS Templates
Fix double formatting....
Matthias Bussonnier -
Show More
@@ -831,7 +831,7 b' class Inspector(Colorable):'
831 init_def = None
831 init_def = None
832
832
833 if init_def:
833 if init_def:
834 out['init_definition'] = self.format(init_def)
834 out['init_definition'] = init_def
835
835
836 # get the __init__ docstring
836 # get the __init__ docstring
837 try:
837 try:
General Comments 0
You need to be logged in to leave comments. Login now