aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRapptz <[email protected]>2016-01-14 12:24:59 -0500
committerRapptz <[email protected]>2016-01-14 12:24:59 -0500
commit855fa7e553bf490ee1ec0e7d74043c61cc41c0ef (patch)
tree1edad964feb4dc355341bcdad2f54190af8dea84 /docs
parent[commands] Change behaviour of consume rest to be more useful. (diff)
downloaddiscord.py-855fa7e553bf490ee1ec0e7d74043c61cc41c0ef.tar.xz
discord.py-855fa7e553bf490ee1ec0e7d74043c61cc41c0ef.zip
Documentation fixes for Permissions related code.
Diffstat (limited to 'docs')
-rw-r--r--docs/migrating.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/migrating.rst b/docs/migrating.rst
index c47986a2..2b60cb2b 100644
--- a/docs/migrating.rst
+++ b/docs/migrating.rst
@@ -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: