summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2010-09-06 17:35:35 -0400
committerNed Batchelder <ned@nedbatchelder.com>2010-09-06 17:35:35 -0400
commit93d79fb22c8af7176f141423199e8ed1f568c54d (patch)
tree3f7832554848a56f082fc77a16d7048db55daf72
parent91e05b32a7a9a2b353754f5fbd6a9406ab33558f (diff)
downloadpython-coveragepy-git-93d79fb22c8af7176f141423199e8ed1f568c54d.tar.gz
Fix a typo
-rw-r--r--doc/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/index.rst b/doc/index.rst
index 5594318c..d92e63cf 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -24,7 +24,7 @@ Coverage measurement is typically used to gauge the effectiveness of tests. It
can show which parts of your code are being exercised by tests, and which are
not.
-The latest version is 3.4 beta 2, release 6 September 2010.
+The latest version is 3.4 beta 2, released 6 September 2010.
It is supported on Python 2.3 through 3.2 alpha 2.