aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--discord/ext/commands/help.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/ext/commands/help.py b/discord/ext/commands/help.py
index 0c36c14f..172217ce 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
------------