From b52a8ab5cd66952839ada0843539b5564108a052 Mon Sep 17 00:00:00 2001 From: robot-piglet Date: Sat, 15 Jun 2024 14:18:22 +0300 Subject: Intermediate changes --- contrib/python/ipython/py3/IPython/lib/lexers.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib/python/ipython/py3/IPython/lib') diff --git a/contrib/python/ipython/py3/IPython/lib/lexers.py b/contrib/python/ipython/py3/IPython/lib/lexers.py index 42d5b7a87c5..9aa3433af7c 100644 --- a/contrib/python/ipython/py3/IPython/lib/lexers.py +++ b/contrib/python/ipython/py3/IPython/lib/lexers.py @@ -456,13 +456,13 @@ class IPythonConsoleLexer(Lexer): # does not use the continuation marker cannot be detected. # For example, the 3 in the following is clearly output: # - # In [1]: print 3 + # In [1]: print(3) # 3 # # But the following second line is part of the input: # # In [2]: while True: - # print True + # print(True) # # In both cases, the 2nd line will be 'output'. # -- cgit v1.3