summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-09-29 06:19:18 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-09-29 06:19:18 -0400
commitbf0c02dbab9fa5de7ddc4948e4a1baf4b7c2349a (patch)
tree07b0a684f636eb6b540b1c43126ba917b6bc061c /setup.py
parentb9d08eb207606ea1ecd21d6ca7a198982904a2d8 (diff)
downloadpython-coveragepy-bf0c02dbab9fa5de7ddc4948e4a1baf4b7c2349a.tar.gz
Keep line lengths proper
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index 7a296d6..57d4f50 100644
--- a/setup.py
+++ b/setup.py
@@ -2,9 +2,9 @@
"""Code coverage measurement for Python
-Coverage.py measures code coverage, typically during test execution. It uses the
-code analysis tools and tracing hooks provided in the Python standard library to
-determine which lines are executable, and which have been executed.
+Coverage.py measures code coverage, typically during test execution. It uses
+the code analysis tools and tracing hooks provided in the Python standard
+library to determine which lines are executable, and which have been executed.
Coverage.py runs on Pythons 2.3 through 3.1.