diff options
Diffstat (limited to 'docs/ext/commands')
| -rw-r--r-- | docs/ext/commands/api.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ext/commands/api.rst b/docs/ext/commands/api.rst index a33c31bc..71efb2b5 100644 --- a/docs/ext/commands/api.rst +++ b/docs/ext/commands/api.rst @@ -150,10 +150,10 @@ Context :inherited-members: :exclude-members: history, typing - .. autocomethod:: discord.ext.commands.Context.history + .. automethod:: discord.ext.commands.Context.history :async-for: - .. autocomethod:: discord.ext.commands.Context.typing + .. automethod:: discord.ext.commands.Context.typing :async-with: .. _ext_commands_api_converters: |