summaryrefslogtreecommitdiff
path: root/dedup
diff options
context:
space:
mode:
Diffstat (limited to 'dedup')
-rw-r--r--dedup/debpkg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dedup/debpkg.py b/dedup/debpkg.py
index 2d67135..dbee849 100644
--- a/dedup/debpkg.py
+++ b/dedup/debpkg.py
@@ -3,7 +3,7 @@ from debian import deb822
from dedup.hashing import hash_file
def process_control(control_contents):
- """Parses the contents of a control file from a control.tar.gz of a Debian
+ """Parses the contents of a control file from a control.tar of a Debian
package and returns a dictionary containing the fields relevant to dedup.
@type control_contents: bytes
@rtype: {str: object}