diff --git a/IPython/core/oinspect.py b/IPython/core/oinspect.py index 2921b29..e9d83e5 100644 --- a/IPython/core/oinspect.py +++ b/IPython/core/oinspect.py @@ -607,7 +607,7 @@ class Inspector: add_fields([("Length", "length"), ("File", "file"), - ("Definition", "definition"), + ("Signature", "definition"), ]) # Source or docstring, depending on detail level and whether