diff options
| author | DevilXD <[email protected]> | 2019-04-29 15:46:44 +0200 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2019-04-29 23:34:18 -0400 |
| commit | 0dcbdda9748b6a83bd68c464bf500ebd8bf0940d (patch) | |
| tree | a6fb60f5f09ca4a702bed04dc5031d3ed35b523b | |
| parent | Fixed TextChannel edit method missing slowmode unit (diff) | |
| download | discord.py-0dcbdda9748b6a83bd68c464bf500ebd8bf0940d.tar.xz discord.py-0dcbdda9748b6a83bd68c464bf500ebd8bf0940d.zip | |
Fixed a typo in GuildChannel.overwrites docstring
| -rw-r--r-- | discord/abc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/abc.py b/discord/abc.py index 74007645..a0f424d6 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 |