From 94c0cb0d5c4568e1325015ee275de3c224076d73 Mon Sep 17 00:00:00 2001 From: Harmon <Harmon758@gmail.com> Date: Wed, 19 Jun 2019 15:06:32 -0500 Subject: [PATCH] [commands] Add missing word in HelpCommand documentation --- discord/ext/commands/help.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ------------