Documentation fixes for Permissions related code.

This commit is contained in:
Rapptz
2016-01-14 12:24:59 -05:00
parent 41d8dc63f4
commit 855fa7e553
3 changed files with 11 additions and 11 deletions

View File

@ -250,7 +250,7 @@ Functions have been renamed.
| ``Client.set_channel_permissions`` | :meth:`Client.edit_channel_permissions` |
+------------------------------------+-------------------------------------------+
All the :class:`Permission` related attributes have been renamed and the `can_` prefix has been
All the :class:`Permissions` related attributes have been renamed and the `can_` prefix has been
dropped. So for example, ``can_manage_messages`` has become ``manage_messages``.
.. _migrating-kwargs: