From 1bbd9b71c77d58181c297c84da0e39b58a821980 2015-03-03 01:47:51 From: Thomas Kluyver Date: 2015-03-03 01:47:51 Subject: [PATCH] Definition -> Signature --- 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