diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2016-01-31 18:41:12 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-01-31 18:41:12 -0500 |
| commit | e2e3e0f3f43535a2bccf432ca0f7bba6191faa8e (patch) | |
| tree | 266e30546faf101c7f5f27698c75198cb497564b /doc | |
| parent | ce17b1a6811e4cacbb7de5c876003347b0a91e65 (diff) | |
| download | python-coveragepy-git-e2e3e0f3f43535a2bccf432ca0f7bba6191faa8e.tar.gz | |
Clean ups and docstrings
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/index.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/index.rst b/doc/index.rst index 61f7ea94..ed779e29 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -68,13 +68,13 @@ not. The latest version is coverage.py 4.1b2, released January 23rd, 2016. It is supported on: - - * Python versions 2.6, 2.7, 3.3, 3.4, and 3.5. - + + * Python versions 2.6, 2.7, 3.3, 3.4, and 3.5. + * PyPy 2.4, 2.6, and 4.0 - + * PyPy3 2.4. - + **This is a pre-release build. The usual warnings about possible bugs apply.** The latest stable version is coverage.py 4.0.3, `described here`_. |
