From 26fdbf63ee64eb1f4c3be3534a75642d72b28607 Mon Sep 17 00:00:00 2001 From: chasehult Date: Mon, 10 Feb 2020 01:10:59 -0800 Subject: [PATCH] string (#3536) --- redbot/core/commands/commands.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/redbot/core/commands/commands.py b/redbot/core/commands/commands.py index 649e85bfd..1a7794d13 100644 --- a/redbot/core/commands/commands.py +++ b/redbot/core/commands/commands.py @@ -649,8 +649,8 @@ class Command(CogCommandMixin, DPYCommand): def format_shortdoc_for_context(self, ctx: "Context") -> str: """ - This formats the short version of the help - tring based on values in context + This formats the short version of the help + string based on values in context See ``format_text_for_context`` for the actual implementation details