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/calls.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'discord/calls.py') diff --git a/discord/calls.py b/discord/calls.py index 1c35d5ef..9231be9e 100644 --- a/discord/calls.py +++ b/discord/calls.py @@ -58,7 +58,7 @@ class CallMessage: @property def channel(self): - """:class:`GroupChannel`\: The private channel associated with this message.""" + r""":class:`GroupChannel`\: The private channel associated with this message.""" return self.message.channel @property @@ -132,7 +132,7 @@ class GroupCall: @property def channel(self): - """:class:`GroupChannel`\: Returns the channel the group call is in.""" + r""":class:`GroupChannel`\: Returns the channel the group call is in.""" return self.call.channel def voice_state_for(self, user): -- cgit v1.2.3