diff options
Diffstat (limited to 'discord/ext/commands/help.py')
| -rw-r--r-- | discord/ext/commands/help.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/discord/ext/commands/help.py b/discord/ext/commands/help.py index 78c16717..999ef7b0 100644 --- a/discord/ext/commands/help.py +++ b/discord/ext/commands/help.py @@ -770,7 +770,7 @@ class HelpCommand: class DefaultHelpCommand(HelpCommand): """The implementation of the default help command. - This derives from :class:`HelpCommand`. + This inherits from :class:`HelpCommand`. It extends it with the following attributes. @@ -973,7 +973,7 @@ class DefaultHelpCommand(HelpCommand): class MinimalHelpCommand(HelpCommand): """An implementation of a help command with minimal output. - This derives from :class:`HelpCommand`. + This inherits from :class:`HelpCommand`. Attributes ------------ |