From 174754f800a3367c4f56f50a7c93640f3d90be7a 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 81e42755e..0b5d9a9f2 100644 --- a/redbot/core/help_formatter.py +++ b/redbot/core/help_formatter.py @@ -115,7 +115,7 @@ class Help(dpy_formatter.HelpFormatter): 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 )