pristinetar: fix docstring
authorGuido Günther <agx@sigxcpu.org>
Thu, 22 Jan 2015 20:34:44 +0000 (21:34 +0100)
committerGuido Günther <agx@sigxcpu.org>
Thu, 22 Jan 2015 21:31:34 +0000 (22:31 +0100)
Gbp-Dch: Ignore

gbp/pkg/pristinetar.py

index 08c52d9e9f88d3f3fa82735936c0a9d1d4f63bd9..fccef0a329d13752a69f4f085d2343dd44e7878b 100644 (file)
@@ -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}