Try to consistently use "inherit" vs "derive" in documentation.

This commit is contained in:
Rapptz
2019-03-19 09:21:41 -04:00
parent d9e54d7dd3
commit c30a366106
5 changed files with 15 additions and 15 deletions

View File

@ -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
------------