From a4d1599ce92e39d93ff6ccb08ef4511d8b2543be Mon Sep 17 00:00:00 2001 From: BeatButton Date: Sun, 9 Sep 2018 09:19:50 -0600 Subject: Change docstrings to raw-strings --- discord/message.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'discord/message.py') diff --git a/discord/message.py b/discord/message.py index c704d9d0..e55b47b4 100644 --- a/discord/message.py +++ b/discord/message.py @@ -110,7 +110,7 @@ class Attachment: return written class Message: - """Represents a message from Discord. + r"""Represents a message from Discord. There should be no need to create one of these manually. @@ -441,7 +441,7 @@ class Message: @utils.cached_slot_property('_cs_system_content') def system_content(self): - """A property that returns the content that is rendered + r"""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