From 4f5432a97bfafab237efa6efa7bb6daebc83577d Mon Sep 17 00:00:00 2001 From: D0rs4n <41237606+D0rs4n@users.noreply.github.com> Date: Fri, 20 Aug 2021 21:25:17 +0200 Subject: Adjust spacing in the Wikipedia Cog Co-authored-by: Bluenix --- bot/utils/exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot/utils/exceptions.py') 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__() -- cgit v1.2.3