summaryrefslogtreecommitdiffstats
path: root/contrib/python/ipython/py2/IPython/html.py
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/python/ipython/py2/IPython/html.py')
-rw-r--r--contrib/python/ipython/py2/IPython/html.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/python/ipython/py2/IPython/html.py b/contrib/python/ipython/py2/IPython/html.py
index 99e1717efb7..050be5c5991 100644
--- a/contrib/python/ipython/py2/IPython/html.py
+++ b/contrib/python/ipython/py2/IPython/html.py
@@ -9,7 +9,7 @@ from warnings import warn
from IPython.utils.shimmodule import ShimModule, ShimWarning
-warn("The `IPython.html` package has been deprecated since IPython 4.0. "
+warn("The `IPython.html` package has been deprecated since IPython 4.0. "
"You should import from `notebook` instead. "
"`IPython.html.widgets` has moved to `ipywidgets`.", ShimWarning)