aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/exceptions.py
diff options
context:
space:
mode:
authorDavid Medina <davidmedina9@gmail.com>2012-02-17 07:32:19 +0100
committerDavid Medina <davidmedina9@gmail.com>2012-02-17 07:32:19 +0100
commitc99a6c5be7f418726bc9ee233379357c6e5b0294 (patch)
treeff4f2c9a13e86767850bd536c2298d32d63028d5 /pygithub3/exceptions.py
parentRepos collaborators added (diff)
downloadpython-github3-c99a6c5be7f418726bc9ee233379357c6e5b0294.tar.xz
python-github3-c99a6c5be7f418726bc9ee233379357c6e5b0294.zip
Services' renaming: base.Base to base.Service
Diffstat (limited to 'pygithub3/exceptions.py')
-rw-r--r--pygithub3/exceptions.py2
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