summaryrefslogtreecommitdiffstats
path: root/contrib/python/ipython/py3/IPython/utils/terminal.py
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/python/ipython/py3/IPython/utils/terminal.py')
-rw-r--r--contrib/python/ipython/py3/IPython/utils/terminal.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/python/ipython/py3/IPython/utils/terminal.py b/contrib/python/ipython/py3/IPython/utils/terminal.py
index 4e1800208c0..49fd3fe1739 100644
--- a/contrib/python/ipython/py3/IPython/utils/terminal.py
+++ b/contrib/python/ipython/py3/IPython/utils/terminal.py
@@ -45,7 +45,7 @@ def toggle_set_term_title(val):
Parameters
----------
- val : bool
+ val : bool
If True, set_term_title() actually writes to the terminal (using the
appropriate platform-specific module). If False, it is a no-op.
"""