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