summaryrefslogtreecommitdiff
path: root/doc/index.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2010-08-20 16:03:16 -0400
committerNed Batchelder <ned@nedbatchelder.com>2010-08-20 16:03:16 -0400
commit48f592beb3f85fbe4319b2206f941c6b9a6d0e08 (patch)
tree38c9ad6c6b8aaad28a4cc7d505f89d6b8412198f /doc/index.rst
parent896dd364d530e558c53d810e5f1a9606d3d72e98 (diff)
downloadpython-coveragepy-git-48f592beb3f85fbe4319b2206f941c6b9a6d0e08.tar.gz
Doc tweaks for 3.4b1
Diffstat (limited to 'doc/index.rst')
-rw-r--r--doc/index.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/index.rst b/doc/index.rst
index fa188076..1d5fea63 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -13,6 +13,7 @@ coverage.py
:history: 20100224T204700, version 3.3
:history: 20100306T181500, version 3.3.1
:history: 20100725T211700, updated for 3.4.
+:history: 20100820T151500, updated for 3.4beta1.
Coverage.py is a tool for measuring code coverage of Python programs. It
@@ -20,11 +21,11 @@ monitors your program, noting which parts of the code have been executed, then
analyzes the source to identify code that could have been executed but was not.
Coverage measurement is typically used to gauge the effectiveness of tests. It
-can show which parts of your product code are being exercised by tests, and
-which are not.
+can show which parts of your code are being exercised by tests, and which are
+not.
The latest version is 3.4, in beta.
-It is supported on Python 2.3 through 3.1.
+It is supported on Python 2.3 through 3.2 alpha.
Quick start