diff options
Diffstat (limited to 'discord/errors.py')
| -rw-r--r-- | discord/errors.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/discord/errors.py b/discord/errors.py index 95e277d0..3111675a 100644 --- a/discord/errors.py +++ b/discord/errors.py @@ -40,9 +40,7 @@ class ClientException(DiscordException): class NoMoreItems(DiscordException): """Exception that is thrown when an async iteration operation has no more - items. This is mainly exposed for Python 3.4 support where `StopAsyncIteration` - is not provided. - """ + items.""" pass class GatewayNotFound(DiscordException): |