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 | 0e13b78b2eeea33364a2bc522b0a8b59eac7dbcf (patch) | |
tree | 5212ff3086b481621a48c4ffbc2cd3eee3ecef8d /doc | |
parent | 5d166ad42a5d72fb0e2f4fc0f1e7dca7fbfed5a9 (diff) | |
download | python-coveragepy-0e13b78b2eeea33364a2bc522b0a8b59eac7dbcf.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 300bcff..90c621f 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 |