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 | 844cc0ffa56351de83d29e592d3dfd46ad84e823 (patch) | |
tree | 5f2ac2c369b70063552005eb965ef07988fc2b6e | |
parent | 972299813683fa941a2cfef0b9e4b7dc31b53a0f (diff) | |
download | python-coveragepy-844cc0ffa56351de83d29e592d3dfd46ad84e823.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 c46e80e..dd901c6 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:: |