From 30c1cec25eff0a37ad494f57bfc8fce7dedf5de2 Mon Sep 17 00:00:00 2001 From: Nat Williams Date: Mon, 16 Apr 2012 15:39:27 -0500 Subject: add docs and a few little pep8 tweaks --- pygithub3/resources/git_data.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pygithub3/resources/git_data.py') diff --git a/pygithub3/resources/git_data.py b/pygithub3/resources/git_data.py index 4adcf5d..4d12e01 100644 --- a/pygithub3/resources/git_data.py +++ b/pygithub3/resources/git_data.py @@ -17,7 +17,8 @@ class Reference(Resource): class Tag(Resource): _maps = {'object': Commit, - 'tagger': Author,} # committer? tagger? + 'tagger': Author} # committer? tagger? + def __str__(self): return '' % getattr(self, 'tag', '') -- cgit v1.2.3-59-g8ed1b