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

Skip to content

Commit ed2fdc3

Browse files
committed
Fix formatting
1 parent d183ce0 commit ed2fdc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

IPython/utils/terminal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def _set_term_title_xterm(title):
7272
# go back one title (probably undoing a %cd title change).
7373
if not _xterm_term_title_saved:
7474
# save the current title to the xterm "stack"
75-
sys.stdout.write('\033[22;0t')
75+
sys.stdout.write("\033[22;0t")
7676
_xterm_term_title_saved = True
7777
sys.stdout.write('\033]0;%s\007' % title)
7878

0 commit comments

Comments
 (0)