add space to list

This commit is contained in:
chrys 2017-07-13 00:14:34 +02:00
parent 4fe637df9a
commit 6173fe8a4d

View File

@ -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 = {}