diff options
| author | 2012-04-16 15:37:48 -0500 | |
|---|---|---|
| committer | 2012-04-16 15:37:48 -0500 | |
| commit | f1e781f49d89aff903d8b755fbc6733937673828 (patch) | |
| tree | 9944d9e5c05cf38e4f616c9cf387a10f0d702ca1 /pygithub3/services/git_data/__init__.py | |
| parent | add some docs I missed (diff) | |
| download | python-github3-f1e781f49d89aff903d8b755fbc6733937673828.tar.xz python-github3-f1e781f49d89aff903d8b755fbc6733937673828.zip | |
def != class
Diffstat (limited to 'pygithub3/services/git_data/__init__.py')
| -rw-r--r-- | pygithub3/services/git_data/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygithub3/services/git_data/__init__.py b/pygithub3/services/git_data/__init__.py index a12ddea..4a3ff9f 100644 --- a/pygithub3/services/git_data/__init__.py +++ b/pygithub3/services/git_data/__init__.py @@ -8,7 +8,7 @@ from .references import References from .tags import Tags from .trees import Trees -def GitData(Service): +class GitData(Service): """Consume `Git Data API <http://developer.github.com/v3/git/>`_""" def __init__(self, **config): |
