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/shard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'discord/shard.py') diff --git a/discord/shard.py b/discord/shard.py index f5b5ae10..55600e56 100644 --- a/discord/shard.py +++ b/discord/shard.py @@ -176,7 +176,7 @@ class AutoShardedClient(Client): return [(shard_id, shard.ws.latency) for shard_id, shard in self.shards.items()] async def request_offline_members(self, *guilds): - """|coro| + r"""|coro| Requests previously offline members from the guild to be filled up into the :attr:`Guild.members` cache. This function is usually not -- cgit v1.2.3