diff options
author | 2012-02-11 22:28:24 +0100 | |
---|---|---|
committer | 2012-02-11 22:28:24 +0100 | |
commit | b428a36f6cb5737273983ad3dec9a7bdb6327c24 (patch) | |
tree | 849163c65c216b69bf2dca89c00fe3008b443a54 /pygithub3/github.py | |
parent | Services.users tests completed (diff) | |
download | python-github3-b428a36f6cb5737273983ad3dec9a7bdb6327c24.tar.xz python-github3-b428a36f6cb5737273983ad3dec9a7bdb6327c24.zip |
Readme updated
Diffstat (limited to 'pygithub3/github.py')
-rw-r--r-- | pygithub3/github.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygithub3/github.py b/pygithub3/github.py index 0bd3bf7..9d9ca98 100644 --- a/pygithub3/github.py +++ b/pygithub3/github.py @@ -4,7 +4,7 @@ from pygithub3.services.users import User -class GitHub(object): +class Github(object): """ Main entrance """ def __init__(self, **config): |