Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bce649c

Browse files
committed
formatting
1 parent 1645126 commit bce649c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

IPython/core/interactiveshell.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3680,7 +3680,7 @@ def atexit_operations(self):
36803680
del self.tempdirs
36813681

36823682
# Restore user's cursor
3683-
if hasattr(self, "editing_mode") and self.editing_mode == 'vi':
3683+
if hasattr(self, "editing_mode") and self.editing_mode == "vi":
36843684
sys.stdout.write("\x1b[0 q")
36853685
sys.stdout.flush()
36863686

0 commit comments

Comments
 (0)