This commit is contained in:
chasehult 2020-02-10 01:10:59 -08:00 committed by GitHub
parent 7bee668888
commit 26fdbf63ee

View File

@ -649,8 +649,8 @@ class Command(CogCommandMixin, DPYCommand):
def format_shortdoc_for_context(self, ctx: "Context") -> str: def format_shortdoc_for_context(self, ctx: "Context") -> str:
""" """
This formats the short version of the help This formats the short version of the help
tring based on values in context string based on values in context
See ``format_text_for_context`` for the actual implementation details See ``format_text_for_context`` for the actual implementation details