summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 3075468a..4374c015 100644
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,6 @@
# setup.py for coverage.
-"""Code coverage testing for Python
+"""Code coverage measurement for Python
Coverage measures code coverage, typically during test execution. It uses the
code analysis tools and tracing hooks provided in the Python standard library