Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1645126 commit bce649cCopy full SHA for bce649c
1 file changed
IPython/core/interactiveshell.py
@@ -3680,7 +3680,7 @@ def atexit_operations(self):
3680
del self.tempdirs
3681
3682
# Restore user's cursor
3683
- if hasattr(self, "editing_mode") and self.editing_mode == 'vi':
+ if hasattr(self, "editing_mode") and self.editing_mode == "vi":
3684
sys.stdout.write("\x1b[0 q")
3685
sys.stdout.flush()
3686
0 commit comments