diff options
| author | Harmon <[email protected]> | 2019-06-19 15:06:32 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2019-06-20 22:52:47 -0400 |
| commit | 94c0cb0d5c4568e1325015ee275de3c224076d73 (patch) | |
| tree | c4905ea9edf5e10660a6ca427354360ac4fcd7b4 | |
| parent | Catch asyncio.CancelledError in 3.8 in typing context manager (diff) | |
| download | discord.py-94c0cb0d5c4568e1325015ee275de3c224076d73.tar.xz discord.py-94c0cb0d5c4568e1325015ee275de3c224076d73.zip | |
[commands] Add missing word in HelpCommand documentation
| -rw-r--r-- | discord/ext/commands/help.py | 2 |
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 ------------ |