summaryrefslogtreecommitdiff
path: root/gbp/git/repository.py
diff options
context:
space:
mode:
Diffstat (limited to 'gbp/git/repository.py')
-rw-r--r--gbp/git/repository.py2
1 files changed, 1 insertions, 1 deletions
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)