summaryrefslogtreecommitdiffstats
path: root/python/coverage/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/coverage/README')
-rw-r--r--python/coverage/README7
1 files changed, 4 insertions, 3 deletions
diff --git a/python/coverage/README b/python/coverage/README
index e2bf006726..b764d3e692 100644
--- a/python/coverage/README
+++ b/python/coverage/README
@@ -1,5 +1,6 @@
Coverage.py: code coverage testing 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.