diff --git a/IPython/core/oinspect.py b/IPython/core/oinspect.py index 418fae3..bd0a082 100644 --- a/IPython/core/oinspect.py +++ b/IPython/core/oinspect.py @@ -237,7 +237,7 @@ def call_tip(oinfo, format_call=True): """DEPRECATED. Extract call tip data from an oinfo dict. """ warnings.warn('`call_tip` function is deprecated as of IPython 6.0' - 'and will remove in future versions.', DeprecationWarning, stacklevel=2) + 'and will be removed in future versions.', DeprecationWarning, stacklevel=2) # Get call definition argspec = oinfo.get('argspec') if argspec is None: