summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorLars Wirzenius <liw@iki.fi>2007-12-12 22:35:53 +0200
committerLars Wirzenius <liw@iki.fi>2007-12-12 22:35:53 +0200
commit77dcd72bc68936d24f13dc3e0d1968b069d53d0f (patch)
treef9fee8943711f870354922443ad8e33255c2cc6c /debian
parent643b2b0806a9b6294c18efb113fc5df5889ce2bf (diff)
downloadcoverage-test-runner-77dcd72bc68936d24f13dc3e0d1968b069d53d0f.tar.gz
Removed unwanted 'the' from binary package long description.
Diffstat (limited to 'debian')
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 4885906..5d38d9d 100644
--- a/debian/control
+++ b/debian/control
@@ -14,5 +14,5 @@ XB-Python-Version: ${python:Versions}
Description: fail Python program unit tests unless they test everything
This package contains the Python module CoverageTestRunner, which runs
unit tests implemented using the unittest module in the Python standard
- library. It runs them using the coverage.py (in the python-coverage package)
+ library. It runs them using coverage.py (in the python-coverage package)
and fails the test if all statements are not covered.