summaryrefslogtreecommitdiffstats
path: root/contrib/python/ipython/py3/IPython/core/oinspect.py
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/python/ipython/py3/IPython/core/oinspect.py')
-rw-r--r--contrib/python/ipython/py3/IPython/core/oinspect.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/python/ipython/py3/IPython/core/oinspect.py b/contrib/python/ipython/py3/IPython/core/oinspect.py
index 8aa8429e5d4..a4fdc28bde4 100644
--- a/contrib/python/ipython/py3/IPython/core/oinspect.py
+++ b/contrib/python/ipython/py3/IPython/core/oinspect.py
@@ -460,7 +460,7 @@ class Inspector(Colorable):
mime_hooks = traitlets.Dict(
config=True,
- help="dictionary of mime to callable to add informations into help mimebundle dict",
+ help="dictionary of mime to callable to add information into help mimebundle dict",
).tag(config=True)
def __init__(