[commands] Fix up Greedy documentation a bit.

This commit is contained in:
Rapptz
2018-09-24 04:21:58 -04:00
parent 21cb700d2c
commit 418048b98a
3 changed files with 13 additions and 13 deletions

View File

@ -179,7 +179,7 @@ Converters
.. autoclass:: discord.ext.commands.clean_content
:members:
.. class:: Greedy
.. data:: ext.commands.Greedy
A special converter that greedily consumes arguments until it can't.
As a consequence of this behaviour, most input errors are silently discarded,