Skip to content

Commit d663900

Browse files
committed
Sorry Trundle, EOL80 fix
1 parent 537f5cb commit d663900

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bpython/cli.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2005,7 +2005,8 @@ def init_wins(scr, cols):
20052005
# This should show to be configured keys from ~/.bpython/config
20062006
#
20072007
statusbar = Statusbar(scr, main_win,
2008-
".:: <%s> Exit <%s> Rewind <%s> Save <%s> Pastebin ::." % (OPTS.exit_key, OPTS.undo_key, OPTS.save_key, OPTS.pastebin_key),
2008+
".:: <%s> Exit <%s> Rewind <%s> Save <%s> Pastebin ::." %
2009+
(OPTS.exit_key, OPTS.undo_key, OPTS.save_key, OPTS.pastebin_key),
20092010
get_colpair('main'))
20102011

20112012
return main_win, statusbar

0 commit comments

Comments
 (0)