summaryrefslogtreecommitdiffstats
path: root/contrib/python/ipython/py2/IPython/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/python/ipython/py2/IPython/kernel')
-rw-r--r--contrib/python/ipython/py2/IPython/kernel/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/python/ipython/py2/IPython/kernel/__init__.py b/contrib/python/ipython/py2/IPython/kernel/__init__.py
index 3c902b7ffb4..70a05ed4aa5 100644
--- a/contrib/python/ipython/py2/IPython/kernel/__init__.py
+++ b/contrib/python/ipython/py2/IPython/kernel/__init__.py
@@ -9,7 +9,7 @@ from warnings import warn
from IPython.utils.shimmodule import ShimModule, ShimWarning
-warn("The `IPython.kernel` package has been deprecated since IPython 4.0."
+warn("The `IPython.kernel` package has been deprecated since IPython 4.0."
"You should import from ipykernel or jupyter_client instead.", ShimWarning)