aboutsummaryrefslogtreecommitdiff
path: root/discord/calls.py
diff options
context:
space:
mode:
authorBeatButton <[email protected]>2018-09-09 09:19:50 -0600
committerRapptz <[email protected]>2018-09-14 22:55:27 -0400
commita4d1599ce92e39d93ff6ccb08ef4511d8b2543be (patch)
tree11af80b8e22dce5f37ed7f9cdd157d5213c8fd90 /discord/calls.py
parentBump aiohttp contraint to <3.5.0 (diff)
downloaddiscord.py-a4d1599ce92e39d93ff6ccb08ef4511d8b2543be.tar.xz
discord.py-a4d1599ce92e39d93ff6ccb08ef4511d8b2543be.zip
Change docstrings to raw-strings
Diffstat (limited to 'discord/calls.py')
-rw-r--r--discord/calls.py4
1 files changed, 2 insertions, 2 deletions
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):