From 6c8e5cec0ec71a931d25c2645a5f5e23d68474f6 Mon Sep 17 00:00:00 2001 From: VarMonke Date: Tue, 29 Mar 2022 18:27:55 +0530 Subject: [PATCH] Enlgish --- Github/exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Github/exceptions.py b/Github/exceptions.py index 541294b..a239d7e 100644 --- a/Github/exceptions.py +++ b/Github/exceptions.py @@ -51,7 +51,7 @@ class RepositoryNotFound(APIError): class ObjectNotFound(APIError): def __init__(self): - msg = 'The requested object was not found, ensure spelling is correct before proceeding' + msg = 'The requested object was not found, ensure spelling is correct before proceeding.' super().__init__(msg) class NoAuthProvided(APIError):