From 418048b98abef627f57f9e28e268bf3a8668648a Mon Sep 17 00:00:00 2001 From: Rapptz Date: Mon, 24 Sep 2018 04:21:58 -0400 Subject: [commands] Fix up Greedy documentation a bit. --- discord/ext/commands/errors.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'discord/ext') diff --git a/discord/ext/commands/errors.py b/discord/ext/commands/errors.py index fea81b4a..c20c09f5 100644 --- a/discord/ext/commands/errors.py +++ b/discord/ext/commands/errors.py @@ -54,6 +54,8 @@ class CommandError(DiscordException): class ConversionError(CommandError): """Exception raised when a Converter class raises non-CommandError. + This inherits from :exc:`.CommandError`. + Attributes ---------- converter: :class:`discord.ext.commands.Converter` @@ -61,8 +63,6 @@ class ConversionError(CommandError): original The original exception that was raised. You can also get this via the ``__cause__`` attribute. - - This inherits from :exc:`.CommandError`. """ def __init__(self, converter, original): self.converter = converter -- cgit v1.2.3