From ef0b2a10923fb53191b0a5c6c3705d22e8bf9792 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Wed, 10 Apr 2019 00:59:02 -0400 Subject: [PATCH] [commands] Properly name heading for ExtensionError --- discord/ext/commands/errors.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/discord/ext/commands/errors.py b/discord/ext/commands/errors.py index 574dca9f2..00fa6e3f9 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. """