From b8dd405e644d3017388d37a9e5e8e3af5e4f1e0d 2016-12-28 17:49:09 From: Matthias Bussonnier Date: 2016-12-28 17:49:09 Subject: [PATCH] Typo in warning --- 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: