##// END OF EJS Templates
Fix typo
Jean Cruypenynck -
Show More
@@ -1410,7 +1410,7 b' class IPCompleter(Completer):'
1410 pass
1410 pass
1411 elif not (inspect.isfunction(obj) or inspect.ismethod(obj)):
1411 elif not (inspect.isfunction(obj) or inspect.ismethod(obj)):
1412 if inspect.isclass(obj):
1412 if inspect.isclass(obj):
1413 #for cython embeddedsignature=True the constructor docstring
1413 #for cython embedsignature=True the constructor docstring
1414 #belongs to the object itself not __init__
1414 #belongs to the object itself not __init__
1415 ret += self._default_arguments_from_docstring(
1415 ret += self._default_arguments_from_docstring(
1416 getattr(obj, '__doc__', ''))
1416 getattr(obj, '__doc__', ''))
General Comments 0
You need to be logged in to leave comments. Login now