From d092c6635b69335d0d6aa174868f0eca08c50fb5 Mon Sep 17 00:00:00 2001 From: Jeremy Zhang Date: Thu, 23 Aug 2018 06:49:53 +0000 Subject: Fix webhook_update from code review --- docs/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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) -- cgit v1.2.3