aboutsummaryrefslogtreecommitdiff
path: root/docs/ext/commands
diff options
context:
space:
mode:
authorRapptz <[email protected]>2017-06-03 02:46:20 -0400
committerRapptz <[email protected]>2017-06-03 02:46:20 -0400
commit6135d4cd45313565f970d8ed3e6644ba563698d6 (patch)
tree3cffcd0b8ed031ef02bc5ced21b836ce53208c22 /docs/ext/commands
parentFix mistake in migrating docs. (diff)
downloaddiscord.py-6135d4cd45313565f970d8ed3e6644ba563698d6.tar.xz
discord.py-6135d4cd45313565f970d8ed3e6644ba563698d6.zip
Fix typing/history showing up twice in the documentation.
Diffstat (limited to 'docs/ext/commands')
-rw-r--r--docs/ext/commands/api.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ext/commands/api.rst b/docs/ext/commands/api.rst
index d3affde9..897f149c 100644
--- a/docs/ext/commands/api.rst
+++ b/docs/ext/commands/api.rst
@@ -123,7 +123,7 @@ Context
.. autoclass:: discord.ext.commands.Context
:members:
:inherited-members:
- :exclude-members: history typing
+ :exclude-members: history, typing
.. autocomethod:: discord.ext.commands.Context.history
:async-for: