aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNadir Chowdhury <[email protected]>2021-05-23 08:47:16 +0100
committerRapptz <[email protected]>2021-06-12 12:01:14 -0400
commit81457330ed36b72b659bcf949ec0869cc4fe4765 (patch)
treebcff89e46f37f63410ebef7129decca587c5e68b /docs
parentUpdate docs for (Partial)Message.publish to reflect the actual permissions ne... (diff)
downloaddiscord.py-81457330ed36b72b659bcf949ec0869cc4fe4765.tar.xz
discord.py-81457330ed36b72b659bcf949ec0869cc4fe4765.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 8085d97e..ddcb0e40 100644
--- a/docs/api.rst
+++ b/docs/api.rst
@@ -823,7 +823,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)