diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2010-10-12 22:49:45 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2010-10-12 22:49:45 -0400 |
commit | 789f7f80ec64ffca7e8838e016544bbec639f1c8 (patch) | |
tree | 93db1b05b74594b940b426f6fc646ed3cb54e418 | |
parent | fa7724ed1b729a1860df563f5ed66cf5f9e386ac (diff) | |
download | python-coveragepy-git-789f7f80ec64ffca7e8838e016544bbec639f1c8.tar.gz |
Tested on 3.2a3
-rw-r--r-- | doc/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/index.rst b/doc/index.rst index 4f5c689a..38ff0468 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -26,7 +26,7 @@ can show which parts of your code are being exercised by tests, and which are not. The latest version is 3.4, released 19 September 2010. -It is supported on Python 2.3 through 3.2 alpha 2. +It is supported on Python 2.3 through 3.2 alpha 3. Quick start |