aboutsummaryrefslogtreecommitdiff
path: root/discord
diff options
context:
space:
mode:
Diffstat (limited to 'discord')
-rw-r--r--discord/ext/commands/errors.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/ext/commands/errors.py b/discord/ext/commands/errors.py
index 0f162cff..0f0185be 100644
--- a/discord/ext/commands/errors.py
+++ b/discord/ext/commands/errors.py
@@ -342,7 +342,7 @@ class ThreadNotFound(BadArgument):
This inherits from :exc:`BadArgument`
- ..versionadded:: 2.0
+ .. versionadded:: 2.0
Attributes
-----------