diff --git a/bible/errors.py b/bible/errors.py index 04b5e06..4b6bb1c 100644 --- a/bible/errors.py +++ b/bible/errors.py @@ -45,7 +45,7 @@ class InexplicableError(Exception): def __init__( self, message: str = error( - "An explicable 'Bad Request' error occurred. This error happens occassionally with the API.Bible service. Please try again. If the error persists, please report this to the bot owner." + "An inexplicable 'Bad Request' error occurred. This error happens occassionally with the API.Bible service. Please try again. If the error persists, please report this to the bot owner." ), ): super().__init__(message)