Update help_formatter.py (#2431)

This commit is contained in:
PredaaA 2019-02-08 02:24:59 +01:00 committed by Kowlin
parent 99ad01ae0d
commit e88c82e7e0

View File

@ -115,7 +115,7 @@ class Help(dpy_formatter.HelpFormatter):
def get_ending_note(self): def get_ending_note(self):
# command_name = self.context.invoked_with # command_name = self.context.invoked_with
return ( return (
"Type {0}help <command> for more info on a command.\n" "Type {0}help <command> for more info on a command. "
"You can also type {0}help <category> for more info on a category.".format( "You can also type {0}help <category> for more info on a category.".format(
self.context.clean_prefix self.context.clean_prefix
) )