From 9c357c8d4d1c38161fbcd468e3edd71043f0227f Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 16 May 2009 15:06:20 -0400 Subject: Strange wording in the package metadata --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3075468..4374c01 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 -- cgit v1.2.1