aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRapptz <[email protected]>2019-04-10 00:59:02 -0400
committerRapptz <[email protected]>2019-04-10 00:59:02 -0400
commitef0b2a10923fb53191b0a5c6c3705d22e8bf9792 (patch)
tree9049eb33457199577d8e88f3b24582fc19042e76
parentFix voice handshake race condition (diff)
downloaddiscord.py-ef0b2a10923fb53191b0a5c6c3705d22e8bf9792.tar.xz
discord.py-ef0b2a10923fb53191b0a5c6c3705d22e8bf9792.zip
[commands] Properly name heading for ExtensionError
-rw-r--r--discord/ext/commands/errors.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/discord/ext/commands/errors.py b/discord/ext/commands/errors.py
index 574dca9f..00fa6e3f 100644
--- a/discord/ext/commands/errors.py
+++ b/discord/ext/commands/errors.py
@@ -291,8 +291,8 @@ class ExtensionError(DiscordException):
This inherits from :exc:`~discord.DiscordException`.
- Parameter
- -----------
+ Attributes
+ ------------
name: :class:`str`
The extension that had an error.
"""