summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-12-05 17:53:53 -0500
committerNed Batchelder <ned@nedbatchelder.com>2009-12-05 17:53:53 -0500
commit4355fa45cd548c5f5b33396405b718062aefe818 (patch)
treee4b9f672e0b039fa1374ac1f1c4e330295ed4f8f /README.txt
parente3eb59636512b3d4ad8603948450fbc62dca2205 (diff)
downloadpython-coveragepy-git-4355fa45cd548c5f5b33396405b718062aefe818.tar.gz
Clean-ups
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/README.txt b/README.txt
index 1dbbf5a8..2c6fe3d6 100644
--- a/README.txt
+++ b/README.txt
@@ -1,9 +1,9 @@
-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.
-
-For more information, see http://nedbatchelder.com/code/coverage
-
-Code repo and issue tracking are at http://bitbucket.org/ned/coveragepy
+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.
+
+For more information, see http://nedbatchelder.com/code/coverage
+
+Code repo and issue tracking are at http://bitbucket.org/ned/coveragepy