Change docstrings to raw-strings

This commit is contained in:
BeatButton
2018-09-09 09:19:50 -06:00
committed by Rapptz
parent 5131acd675
commit a4d1599ce9
14 changed files with 29 additions and 29 deletions

View File

@ -467,7 +467,7 @@ class Member(discord.abc.Messageable, _BaseUser):
await self.edit(voice_channel=channel, reason=reason)
async def add_roles(self, *roles, reason=None, atomic=True):
"""|coro|
r"""|coro|
Gives the member a number of :class:`Role`\s.
@ -505,7 +505,7 @@ class Member(discord.abc.Messageable, _BaseUser):
await req(guild_id, user_id, role.id, reason=reason)
async def remove_roles(self, *roles, reason=None, atomic=True):
"""|coro|
r"""|coro|
Removes :class:`Role`\s from this member.