diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2010-08-20 22:47:18 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2010-08-20 22:47:18 -0400 |
commit | 279846915261d7df506040b0ff48d93ffc3fa87d (patch) | |
tree | 1a0fa7db62ff3d469afdbb6a774fdf30e33c131c /doc | |
parent | 0318b3be415d5a6281b68fa8a2b86d5660a314ed (diff) | |
download | python-coveragepy-git-279846915261d7df506040b0ff48d93ffc3fa87d.tar.gz |
Trim up some lines
Diffstat (limited to 'doc')
-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 300bcff7..90c621fa 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -21,7 +21,7 @@ Installing coverage.py is fairly standard: or, use:: $ easy_install coverage - + or even:: $ pip install coverage |