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 | e6862a2b774391dcaa9ffba31d9384f9dd49cc6a (patch) | |
tree | 3988045fecb4400762b54447836a899a7c9358ca | |
parent | a8330cd0bd25c8f050ad82c0764a26c16ff9bb87 (diff) | |
download | python-coveragepy-e6862a2b774391dcaa9ffba31d9384f9dd49cc6a.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 4f5c689..38ff046 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 |