diff options
author | 2021-08-20 21:25:17 +0200 | |
---|---|---|
committer | 2021-08-20 21:25:17 +0200 | |
commit | 4f5432a97bfafab237efa6efa7bb6daebc83577d (patch) | |
tree | 1317dd864e0b21d96fdaf2b3ccb379f4024a257f /bot/utils | |
parent | Adjust code transparency in the Wikipedia Cog (diff) |
Adjust spacing in the Wikipedia Cog
Co-authored-by: Bluenix <[email protected]>
Diffstat (limited to 'bot/utils')
-rw-r--r-- | bot/utils/exceptions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/utils/exceptions.py b/bot/utils/exceptions.py index b4175695..bf0e5813 100644 --- a/bot/utils/exceptions.py +++ b/bot/utils/exceptions.py @@ -8,7 +8,7 @@ class UserNotPlayingError(Exception): class APIError(Exception): - """Raised when an external API(eg. Wikipedia) returns an error response.""" + """Raised when an external API (eg. Wikipedia) returns an error response.""" def __init__(self, api: str, status_code: int, error_msg: Optional[str] = None): super().__init__() |