From e88c82e7e0053b0fe706e0ea75366fc27a9c90cb Mon Sep 17 00:00:00 2001 From: PredaaA <46051820+PredaaA@users.noreply.github.com> Date: Fri, 8 Feb 2019 02:24:59 +0100 Subject: [PATCH] Update help_formatter.py (#2431) --- redbot/core/help_formatter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )