mirror of
https://github.com/RGBCube/GitHubWrapper
synced 2025-05-18 15:05:08 +00:00
Enlgish
This commit is contained in:
parent
f46eada1bb
commit
6c8e5cec0e
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue