From cc55a28be51b69c298614158ef49e93d132021ca Mon Sep 17 00:00:00 2001 From: Sebastian Law <44045823+SebbyLaw@users.noreply.github.com> Date: Mon, 22 Feb 2021 05:51:34 -0800 Subject: [PATCH] Fix typo in Guild.fetch_member docs --- discord/guild.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/guild.py b/discord/guild.py index caba7376f..cd4dde98e 100644 --- a/discord/guild.py +++ b/discord/guild.py @@ -1317,7 +1317,7 @@ class Guild(Hashable): async def fetch_member(self, member_id): """|coro| - Retreives a :class:`Member` from a guild ID, and a member ID. + Retrieves a :class:`Member` from a guild ID, and a member ID. .. note::