aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJeremy Zhang <[email protected]>2018-08-23 06:49:53 +0000
committerRapptz <[email protected]>2018-09-15 18:28:57 -0400
commitd092c6635b69335d0d6aa174868f0eca08c50fb5 (patch)
tree0a922440234ea841f9ecd7b9d5099d17f910f6fa /docs
parentSimple parser for WEBHOOKS_UPDATE (diff)
downloaddiscord.py-d092c6635b69335d0d6aa174868f0eca08c50fb5.tar.xz
discord.py-d092c6635b69335d0d6aa174868f0eca08c50fb5.zip
Fix webhook_update from code review
Diffstat (limited to 'docs')
-rw-r--r--docs/api.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api.rst b/docs/api.rst
index 2695788f..eb2ea366 100644
--- a/docs/api.rst
+++ b/docs/api.rst
@@ -384,7 +384,7 @@ to handle it, which defaults to print a traceback and ignoring the exception.
Called whenever a webhook is created, modified, or removed from a guild channel.
- :param channel: The :class:`abc.GuildChannel` that had it's webhooks updated.
+ :param channel: The :class:`abc.GuildChannel` that had its webhooks updated.
.. function:: on_member_join(member)
on_member_remove(member)