add space to list
This commit is contained in:
parent
4fe637df9a
commit
6173fe8a4d
@ -35,7 +35,7 @@ class helpManager():
|
||||
commandShortcut = commandShortcut.replace('KEY_',' ')
|
||||
if commandShortcut == '':
|
||||
commandShortcut = 'unbound'
|
||||
helptext = commandName + ', Shortcut ' + commandShortcut + ', Description' + commandDescription
|
||||
helptext = commandName + ', Shortcut ' + commandShortcut + ', Description ' + commandDescription
|
||||
return helptext
|
||||
def createHelpDict(self, section = 'commands'):
|
||||
self.helpDict = {}
|
||||
|
Loading…
Reference in New Issue
Block a user