diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api.rst | 2 |
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) |