diff options
Diffstat (limited to 'pygithub3/exceptions.py')
-rw-r--r-- | pygithub3/exceptions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygithub3/exceptions.py b/pygithub3/exceptions.py index c44c371..a467256 100644 --- a/pygithub3/exceptions.py +++ b/pygithub3/exceptions.py @@ -37,6 +37,6 @@ class UnprocessableEntity(Exception): class NotFound(Exception): """ Raised when server response is 404 - Catched with a pygithub3-exception to `services.base.Base._bool` method + Catched with a pygithub3-exception to `services.base.Service._bool` method """ pass |