From ab4a7fe357e40c16b357deb95dfac790d0ed95be Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Thu, 22 Jan 2015 21:34:44 +0100 Subject: pristinetar: fix docstring Gbp-Dch: Ignore --- gbp/pkg/pristinetar.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'gbp') diff --git a/gbp/pkg/pristinetar.py b/gbp/pkg/pristinetar.py index 08c52d9..fccef0a 100644 --- a/gbp/pkg/pristinetar.py +++ b/gbp/pkg/pristinetar.py @@ -31,8 +31,7 @@ class PristineTar(Command): def has_commit(self, archive_regexp): """ - Do we have a pristine-tar commit for package I{package} at version - {version} with compression type I{comp_type}? + Do we have a pristine-tar commit for a package matching I{archive_regexp}. @param archive_regexp: archive name to look for (regexp wildcards allowed) @type archive_regexp: C{str} @@ -41,8 +40,7 @@ class PristineTar(Command): def get_commit(self, archive_regexp): """ - Get the pristine-tar commit of package I{package} in version I{version} - and compression type I{comp_type} + Get the pristine-tar commit of a package matching I{archive_regexp}. @param archive_regexp: archive name to look for (regexp wildcards allowed) @type archive_regexp: C{str} -- cgit v1.2.3