aboutsummaryrefslogtreecommitdiff
path: root/discord/ext
diff options
context:
space:
mode:
authorRapptz <[email protected]>2018-10-11 03:42:01 -0400
committerRapptz <[email protected]>2018-10-11 03:42:01 -0400
commit860d6a9ace8248dfeec18b8b159e7b757d9f56bb (patch)
treec78d40d0960531c2e0ddb5957b6a86072d08491a /discord/ext
parent[commands] Add call_once keyword-only parameter for Bot.remove_check (diff)
downloaddiscord.py-860d6a9ace8248dfeec18b8b159e7b757d9f56bb.tar.xz
discord.py-860d6a9ace8248dfeec18b8b159e7b757d9f56bb.zip
Revert "Rework documentation to not duplicate inherited members."
This reverts commit 96981210b3415e15446db0b702b07fef25c8b680.
Diffstat (limited to 'discord/ext')
-rw-r--r--discord/ext/commands/context.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/discord/ext/commands/context.py b/discord/ext/commands/context.py
index 3130d56f..73679e52 100644
--- a/discord/ext/commands/context.py
+++ b/discord/ext/commands/context.py
@@ -34,9 +34,7 @@ class Context(discord.abc.Messageable):
the invocation context. This class is not created manually and is instead
passed around to commands as the first parameter.
- **Inherited Classes**
-
- - :class:`discord.abc.Messageable`
+ This class implements the :class:`abc.Messageable` ABC.
Attributes
-----------