From b4b953bfc66adc235e06774b0481ceb847753793 Mon Sep 17 00:00:00 2001 From: Sebastian Law <44045823+SebbyLaw@users.noreply.github.com> Date: Sun, 28 Jun 2020 00:45:58 -0700 Subject: Fix various inconsistencies within the documentation (#5067) --- discord/message.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'discord/message.py') diff --git a/discord/message.py b/discord/message.py index 2a289dc4..f6565ba1 100644 --- a/discord/message.py +++ b/discord/message.py @@ -635,7 +635,7 @@ class Message: @utils.cached_slot_property('_cs_system_content') def system_content(self): - r"""A property that returns the content that is rendered + r""":class:`str`: A property that returns the content that is rendered regardless of the :attr:`Message.type`. In the case of :attr:`MessageType.default`\, this just returns the -- cgit v1.2.3