aboutsummaryrefslogtreecommitdiffstats
path: root/bot/utils
diff options
context:
space:
mode:
authorGravatar D0rs4n <[email protected]>2021-08-20 21:25:17 +0200
committerGravatar GitHub <[email protected]>2021-08-20 21:25:17 +0200
commit4f5432a97bfafab237efa6efa7bb6daebc83577d (patch)
tree1317dd864e0b21d96fdaf2b3ccb379f4024a257f /bot/utils
parentAdjust 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.py2
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__()