File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1028,7 +1028,7 @@ def _help_menu(self):
10281028 def do_shortcuts (self , args ):
10291029 """Lists shortcuts (aliases) available."""
10301030 result = "\n " .join ('%s: %s' % (sc [0 ], sc [1 ]) for sc in sorted (self .shortcuts ))
1031- self .stdout .write ("Single-key shortcuts for other commands:\n {}\n " .format (result ))
1031+ self .stdout .write ("Shortcuts for other commands:\n {}\n " .format (result ))
10321032
10331033 # noinspection PyUnusedLocal
10341034 def do_eof (self , arg ):
Original file line number Diff line number Diff line change 3636"""
3737
3838# Output from the shortcuts command with default built-in shortcuts
39- SHORTCUTS_TXT = """Single-key shortcuts for other commands:
39+ SHORTCUTS_TXT = """Shortcuts for other commands:
4040!: shell
4141?: help
4242@: load
You can’t perform that action at this time.
0 commit comments