Merge pull request #2940 from InspectorCaracal/InspectorCaracal-patch-1
Fix formatting on command suggestions
This commit is contained in:
commit
9d8ab1fbbc
1 changed files with 1 additions and 1 deletions
|
|
@ -748,7 +748,7 @@ def cmdhandler(
|
||||||
)
|
)
|
||||||
if suggestions:
|
if suggestions:
|
||||||
sysarg += _(" Maybe you meant {command}?").format(
|
sysarg += _(" Maybe you meant {command}?").format(
|
||||||
command=utils.list_to_string(suggestions, _("or"), addquote=True)
|
command=utils.list_to_string(suggestions, endsep=_("or"), addquote=True)
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
sysarg += _(' Type "help" for help.')
|
sysarg += _(' Type "help" for help.')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue