Skip to content

Commit

Permalink
Fix minor typo in migrating documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rapptz committed Jan 22, 2018
1 parent c32b28f commit 4fef6fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/migrating.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ A list of these changes is enumerated below.
+---------------------------------------+------------------------------------------------------------------------------+
| ``Client.delete_channel`` | :meth:`abc.GuildChannel.delete` |
+---------------------------------------+------------------------------------------------------------------------------+
| ``Client.delete_channel_permissions`` | :meth:`abc.GuildChannel.set_permissions` with ``overwrites`` set to ``None`` |
| ``Client.delete_channel_permissions`` | :meth:`abc.GuildChannel.set_permissions` with ``overwrite`` set to ``None`` |
+---------------------------------------+------------------------------------------------------------------------------+
| ``Client.delete_custom_emoji`` | :meth:`Emoji.delete` |
+---------------------------------------+------------------------------------------------------------------------------+
Expand Down

0 comments on commit 4fef6fc

Please sign in to comment.