From 860d6a9ace8248dfeec18b8b159e7b757d9f56bb Mon Sep 17 00:00:00 2001 From: Rapptz Date: Thu, 11 Oct 2018 03:42:01 -0400 Subject: Revert "Rework documentation to not duplicate inherited members." This reverts commit 96981210b3415e15446db0b702b07fef25c8b680. --- discord/ext/commands/context.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'discord/ext') 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 ----------- -- cgit v1.2.3