aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNadir Chowdhury <[email protected]>2021-05-23 08:47:16 +0100
committerGitHub <[email protected]>2021-05-23 03:47:16 -0400
commitf87eaa613dd49354d068d1205360593f36cfb026 (patch)
tree9f9fe1fa0a45c523798843e2423832eca4780f0f /docs
parentFix Webhook example (diff)
downloaddiscord.py-f87eaa613dd49354d068d1205360593f36cfb026.tar.xz
discord.py-f87eaa613dd49354d068d1205360593f36cfb026.zip
[docs] typo fix
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 7d5f1d23..baf3c3f1 100644
--- a/docs/api.rst
+++ b/docs/api.rst
@@ -824,7 +824,7 @@ to handle it, which defaults to print a traceback and ignoring the exception.
:type member: :class:`Member`
:param before: The voice state prior to the changes.
:type before: :class:`VoiceState`
- :param after: The voice state after to the changes.
+ :param after: The voice state after the changes.
:type after: :class:`VoiceState`
.. function:: on_member_ban(guild, user)