From c98da991f3e83f9600ee15994061bfa7acc44aa7 Mon Sep 17 00:00:00 2001 From: bobloy Date: Tue, 27 Oct 2020 10:41:12 -0400 Subject: [PATCH] Reformat to LF --- cogguide/cogguide.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cogguide/cogguide.py b/cogguide/cogguide.py index 46f56fb..88fe791 100644 --- a/cogguide/cogguide.py +++ b/cogguide/cogguide.py @@ -45,7 +45,7 @@ def prepare_description(comm_or_cog: Union[commands.Command, Cog]): def produce_aliases(command: commands.Command): return ", ".join( - f"``{command.full_parent_name+' ' if command.full_parent_name else ''}{alias}``" + f"``{command.full_parent_name + ' ' if command.full_parent_name else ''}{alias}``" for alias in command.aliases ) @@ -194,7 +194,7 @@ Commands """ if command.aliases: cog_command += f""" -.. tip:: Alias{'es' if len(command.aliases)>1 else ''}: {produce_aliases(command)} +.. tip:: Alias{'es' if len(command.aliases) > 1 else ''}: {produce_aliases(command)} """ cog_command += f""" **Description**