aboutsummaryrefslogtreecommitdiff
path: root/docs/ext/commands
diff options
context:
space:
mode:
authorRapptz <[email protected]>2019-06-28 01:43:04 -0400
committerRapptz <[email protected]>2019-06-28 01:43:04 -0400
commit7543328fe784c5c044f3c814ead271f89ecfb830 (patch)
tree15e0b39df6da6cb4cc58cad9c0ca89e028c23c21 /docs/ext/commands
parentVersion bump to 1.2.3 (diff)
downloaddiscord.py-7543328fe784c5c044f3c814ead271f89ecfb830.tar.xz
discord.py-7543328fe784c5c044f3c814ead271f89ecfb830.zip
Update Sphinx to 2.1.2
Diffstat (limited to 'docs/ext/commands')
-rw-r--r--docs/ext/commands/api.rst4
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: