diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-11-01 21:26:25 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-11-01 21:26:25 -0500 |
commit | 2a546830a4e0f55b0c4d03625be21862e33e3f07 (patch) | |
tree | aabc93b2c3beb951d30051ec0d5314d6c861e1ab | |
parent | 3a1d33cc6d8546db9ee985ecc9e1f3dcfbf00b69 (diff) | |
download | python-coveragepy-git-2a546830a4e0f55b0c4d03625be21862e33e3f07.tar.gz |
Whitespace fix.
-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 0094de53..6c0f7aae 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -55,7 +55,7 @@ not. The latest version is coverage.py 4.0.1, released 13 October 2015. It is supported on: - + * Python versions 2.6, 2.7, 3.3, 3.4, and 3.5 * PyPy 2.4, 2.6, and 4.0 * PyPy3 2.4 |