Fixed a typo in GuildChannel.overwrites docstring

This commit is contained in:
DevilXD 2019-04-29 15:46:44 +02:00 committed by Rapptz
parent b8e45afe9a
commit 0dcbdda974

View File

@ -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