From 6135d4cd45313565f970d8ed3e6644ba563698d6 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sat, 3 Jun 2017 02:46:20 -0400 Subject: Fix typing/history showing up twice in the documentation. --- docs/ext/commands/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ext') 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: -- cgit v1.2.3