summaryrefslogtreecommitdiffstats
path: root/contrib/python/ipython/py3/IPython/core/inputsplitter.py
diff options
context:
space:
mode:
authorAlexander Smirnov <[email protected]>2024-06-18 08:31:45 +0000
committerAlexander Smirnov <[email protected]>2024-06-18 08:31:45 +0000
commit8da3a80eb37bb357a4a994464851104565fd9490 (patch)
tree021aa0770c7bb74d27d8731629ce6f5abd1e84e9 /contrib/python/ipython/py3/IPython/core/inputsplitter.py
parent05cc35d98bf2bd929c00b02fcd98fd65a1b676ad (diff)
parentd68a678bf36d213cb890d8bdfbdf34df6a40f8c1 (diff)
Merge branch 'rightlib' into mergelibs-240618-0830
Diffstat (limited to 'contrib/python/ipython/py3/IPython/core/inputsplitter.py')
-rw-r--r--contrib/python/ipython/py3/IPython/core/inputsplitter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/python/ipython/py3/IPython/core/inputsplitter.py b/contrib/python/ipython/py3/IPython/core/inputsplitter.py
index f1ebd96b69c..af7a12e6e02 100644
--- a/contrib/python/ipython/py3/IPython/core/inputsplitter.py
+++ b/contrib/python/ipython/py3/IPython/core/inputsplitter.py
@@ -320,7 +320,7 @@ class InputSplitter(object):
prompt = '>>> ' + indent
line = indent + raw_input(prompt)
isp.push(line)
- print 'Input source was:\n', isp.source_reset(),
+ print('Input source was:\n', isp.source_reset())
"""
# A cache for storing the current indentation
# The first value stores the most recently processed source input