diff --git a/redbot/core/help_formatter.py b/redbot/core/help_formatter.py index 4d75bfa691f..a328e363b9c 100644 --- a/redbot/core/help_formatter.py +++ b/redbot/core/help_formatter.py @@ -115,7 +115,7 @@ def _add_subcommands(self, cmds): def get_ending_note(self): # command_name = self.context.invoked_with return ( - "Type {0}help for more info on a command.\n" + "Type {0}help for more info on a command. " "You can also type {0}help for more info on a category.".format( self.context.clean_prefix )