aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/services/git_data
diff options
context:
space:
mode:
authorNat Williams <nwilliams@leapfrogonline.com>2012-04-16 15:37:48 -0500
committerNat Williams <nwilliams@leapfrogonline.com>2012-04-16 15:37:48 -0500
commitf1e781f49d89aff903d8b755fbc6733937673828 (patch)
tree9944d9e5c05cf38e4f616c9cf387a10f0d702ca1 /pygithub3/services/git_data
parentadd some docs I missed (diff)
downloadpython-github3-f1e781f49d89aff903d8b755fbc6733937673828.tar.xz
python-github3-f1e781f49d89aff903d8b755fbc6733937673828.zip
def != class
Diffstat (limited to 'pygithub3/services/git_data')
-rw-r--r--pygithub3/services/git_data/__init__.py2
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):