From 362675cc28ff818547ad29ebccb324eb5551dee1 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Tue, 23 Dec 2014 16:17:50 +0200 Subject: Fix typo in pydoc: treeish's type twice Fix a documentation typo that broke running epydoc at package build time. Signed-off-by: Tzafrir Cohen --- gbp/git/repository.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gbp/git/repository.py b/gbp/git/repository.py index 90b14e1..394343a 100644 --- a/gbp/git/repository.py +++ b/gbp/git/repository.py @@ -1015,7 +1015,7 @@ class GitRepository(object): @param treeish: the treeish from which to check out files @type treeish: C{str} @param paths: list of files to checkout - @type treeish: C{list} of C{str} + @type paths: C{list} of C{str} """ args = GitArgs("--quiet", treeish) args.add_true(paths, '--', paths) -- cgit v1.2.3