diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2010-08-01 19:50:03 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2010-08-01 19:50:03 -0400 |
commit | dbfef08d72e6e7f6a44ce1fdade7181dfd3b6750 (patch) | |
tree | cb41720fb92e4111da625eee76d730f2614ec4d6 | |
parent | c5b1e4dd59e326a113c5f184100f728a4c75d537 (diff) | |
download | python-coveragepy-git-dbfef08d72e6e7f6a44ce1fdade7181dfd3b6750.tar.gz |
Clean up whitespace.
-rw-r--r-- | doc/install.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install.rst b/doc/install.rst index c46e80ed..dd901c6f 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -14,7 +14,7 @@ Installing coverage.py is fairly standard: #. Download the appropriate kit from the `coverage page on the Python Package Index`__. - + #. Run ``python setup.py install``. or, use:: |