From 40580b0d3db22994b161846c6b7abff7fbc7a473 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Sat, 31 Jan 2015 15:02:38 +0100 Subject: repository: fix head docstring head is not a function so it doesn't _return_ anything Gbp-Dch: Ignore --- gbp/git/repository.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gbp') diff --git a/gbp/git/repository.py b/gbp/git/repository.py index 6559921..c261e40 100644 --- a/gbp/git/repository.py +++ b/gbp/git/repository.py @@ -281,7 +281,7 @@ class GitRepository(object): @property def head(self): - """return the SHA1 of the current HEAD""" + """SHA1 of the current HEAD""" return self.rev_parse('HEAD') #{ Branches and Merging -- cgit v1.2.3