From 0dcbdda9748b6a83bd68c464bf500ebd8bf0940d Mon Sep 17 00:00:00 2001 From: DevilXD Date: Mon, 29 Apr 2019 15:46:44 +0200 Subject: [PATCH] Fixed a typo in GuildChannel.overwrites docstring --- discord/abc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/abc.py b/discord/abc.py index 740076457..a0f424d6f 100644 --- a/discord/abc.py +++ b/discord/abc.py @@ -347,7 +347,7 @@ class GuildChannel: """Returns all of the channel's overwrites. This is returned as a dictionary where the key contains the target which - can be either a :class:`Role` or a :class:`Member` and the key is the + can be either a :class:`Role` or a :class:`Member` and the value is the overwrite as a :class:`PermissionOverwrite`. Returns