diff --git a/discord/ext/commands/help.py b/discord/ext/commands/help.py index 0c36c14f1..172217ce5 100644 --- a/discord/ext/commands/help.py +++ b/discord/ext/commands/help.py @@ -250,7 +250,7 @@ class HelpCommand: mentioned in :issue:`2123`. This means that relying on the state of this class to be - the same between command invocations would not as expected. + the same between command invocations would not work as expected. Attributes ------------