[commands] Properly name heading for ExtensionError

This commit is contained in:
Rapptz 2019-04-10 00:59:02 -04:00
parent 7eb8417883
commit ef0b2a1092

View File

@ -291,8 +291,8 @@ class ExtensionError(DiscordException):
This inherits from :exc:`~discord.DiscordException`.
Parameter
-----------
Attributes
------------
name: :class:`str`
The extension that had an error.
"""