diff options
| author | Rapptz <[email protected]> | 2016-01-14 12:24:59 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2016-01-14 12:24:59 -0500 |
| commit | 855fa7e553bf490ee1ec0e7d74043c61cc41c0ef (patch) | |
| tree | 1edad964feb4dc355341bcdad2f54190af8dea84 /discord/channel.py | |
| parent | [commands] Change behaviour of consume rest to be more useful. (diff) | |
| download | discord.py-855fa7e553bf490ee1ec0e7d74043c61cc41c0ef.tar.xz discord.py-855fa7e553bf490ee1ec0e7d74043c61cc41c0ef.zip | |
Documentation fixes for Permissions related code.
Diffstat (limited to 'discord/channel.py')
| -rw-r--r-- | discord/channel.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/channel.py b/discord/channel.py index 4e7da47b..c35b0c1e 100644 --- a/discord/channel.py +++ b/discord/channel.py @@ -255,7 +255,7 @@ class PrivateChannel(Hashable): Returns -------- - :class:`Permission` + :class:`Permissions` The resolved permissions for the user. """ |