From 2f19ce94ee891a231c16b9520eebdd90a6ed113b 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 04a8aaf..fa562da 100644 --- a/gbp/git/repository.py +++ b/gbp/git/repository.py @@ -1014,7 +1014,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