aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/deb/git.py
diff options
context:
space:
mode:
authorKen Dreyer <kdreyer@redhat.com>2018-05-21 17:42:24 -0600
committerGuido Günther <agx@sigxcpu.org>2018-05-22 07:14:39 +0200
commitf0b1bbe31e7fb8c976af331154908bc1cd3bc013 (patch)
tree97aa73eadfebb59d3e90ca781807c46915e1df34 /gbp/deb/git.py
parent24e11b09fd95b330d016063a8cba0b98dc5bd4d0 (diff)
deb.git: fix duplicate "tarball" in docstring
Fix the docstring for create_pristine_tar_commits() Signed-off-by: Guido Günther <agx@sigxcpu.org>
Diffstat (limited to 'gbp/deb/git.py')
-rw-r--r--gbp/deb/git.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gbp/deb/git.py b/gbp/deb/git.py
index 36adcf2b..38ad74c2 100644
--- a/gbp/deb/git.py
+++ b/gbp/deb/git.py
@@ -289,7 +289,7 @@ class DebianGitRepository(PkgGitRepository):
def create_pristine_tar_commits(self, upstream_tree, tarball, component_tarballs):
"""
- Create pristine-tar commits for a package with main tarball tarball
+ Create pristine-tar commits for a package with main tarball
and (optional) component tarballs based on upstream_tree
@param tarball: path to main tarball