Fix exception type in docstring for Reaction.clear

This commit is contained in:
Steve C
2026-07-08 16:08:06 -04:00
committed by GitHub
parent 8470bc8fd1
commit bd2231bc99
+1 -1
View File
@@ -169,7 +169,7 @@ class Reaction:
.. versionadded:: 1.3
.. versionchanged:: 2.0
This function will now raise :exc:`ValueError` instead of
This function will now raise :exc:`TypeError` instead of
``InvalidArgument``.
Raises