aboutsummaryrefslogtreecommitdiff
path: root/discord/abc.py
diff options
context:
space:
mode:
Diffstat (limited to 'discord/abc.py')
-rw-r--r--discord/abc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/abc.py b/discord/abc.py
index d4aa4956..365fcebf 100644
--- a/discord/abc.py
+++ b/discord/abc.py
@@ -489,7 +489,7 @@ class GuildChannel:
await self._state.http.delete_channel(self.id, reason=reason)
async def set_permissions(self, target, *, overwrite=_undefined, reason=None, **permissions):
- """|coro|
+ r"""|coro|
Sets the channel specific permission overwrites for a target in the
channel.