aboutsummaryrefslogtreecommitdiff
path: root/discord/errors.py
diff options
context:
space:
mode:
Diffstat (limited to 'discord/errors.py')
-rw-r--r--discord/errors.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/errors.py b/discord/errors.py
index 963b898d..6669e168 100644
--- a/discord/errors.py
+++ b/discord/errors.py
@@ -130,7 +130,7 @@ class InvalidArgument(ClientException):
is invalid some way (e.g. wrong value or wrong type).
This could be considered the analogous of ``ValueError`` and
- ``TypeError`` except derived from :exc:`ClientException` and thus
+ ``TypeError`` except inherited from :exc:`ClientException` and thus
:exc:`DiscordException`.
"""
pass