Skip to content

Commit

Permalink
Update help_formatter.py (#2431)
Browse files Browse the repository at this point in the history
  • Loading branch information
PredaaA authored and Kowlin committed Feb 8, 2019
1 parent 99ad01a commit e88c82e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redbot/core/help_formatter.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def _add_subcommands(self, cmds):
def get_ending_note(self):
# command_name = self.context.invoked_with
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(
self.context.clean_prefix
)
Expand Down

0 comments on commit e88c82e

Please sign in to comment.