From 96981210b3415e15446db0b702b07fef25c8b680 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Wed, 3 Oct 2018 05:45:30 -0400 Subject: Rework documentation to not duplicate inherited members. This will probably be reverted in 1 week. --- discord/ext/commands/context.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'discord/ext') diff --git a/discord/ext/commands/context.py b/discord/ext/commands/context.py index 73679e52..3130d56f 100644 --- a/discord/ext/commands/context.py +++ b/discord/ext/commands/context.py @@ -34,7 +34,9 @@ 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. - This class implements the :class:`abc.Messageable` ABC. + **Inherited Classes** + + - :class:`discord.abc.Messageable` Attributes ----------- -- cgit v1.2.3