aboutsummaryrefslogtreecommitdiff
path: root/docs/api.rst
diff options
context:
space:
mode:
authorRapptz <[email protected]>2019-04-14 06:05:11 -0400
committerRapptz <[email protected]>2019-04-14 06:05:11 -0400
commit321efb11edcefb0f729134167e71293700b9e7df (patch)
treebe63834836662883d18a0330479e88b99d16624a /docs/api.rst
parentFix attribute error in Widget.__repr__ (diff)
downloaddiscord.py-321efb11edcefb0f729134167e71293700b9e7df.tar.xz
discord.py-321efb11edcefb0f729134167e71293700b9e7df.zip
Fix typo in on_raw_reaction_remove docs.
Diffstat (limited to 'docs/api.rst')
-rw-r--r--docs/api.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api.rst b/docs/api.rst
index f740f82b..7522f52d 100644
--- a/docs/api.rst
+++ b/docs/api.rst
@@ -343,7 +343,7 @@ to handle it, which defaults to print a traceback and ignoring the exception.
.. function:: on_raw_reaction_remove(payload)
- Called when a reaction has a reaction removed. Unlike :func:`on_reaction_remove`, this is
+ Called when a message has a reaction removed. Unlike :func:`on_reaction_remove`, this is
called regardless of the state of the internal message cache.
:param payload: The raw event payload data.