aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarmon <[email protected]>2019-06-19 15:06:32 -0500
committerRapptz <[email protected]>2019-06-20 22:52:47 -0400
commit94c0cb0d5c4568e1325015ee275de3c224076d73 (patch)
treec4905ea9edf5e10660a6ca427354360ac4fcd7b4
parentCatch asyncio.CancelledError in 3.8 in typing context manager (diff)
downloaddiscord.py-94c0cb0d5c4568e1325015ee275de3c224076d73.tar.xz
discord.py-94c0cb0d5c4568e1325015ee275de3c224076d73.zip
[commands] Add missing word in HelpCommand documentation
-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
------------