diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2016-11-20 20:51:22 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-11-20 20:51:22 -0500 |
commit | 6c4ca5dddd95229341177f7f15acbfb3f3b83905 (patch) | |
tree | 058b4b3891604c290577be3b85a780d7239e62c3 | |
parent | 81512040e39704bd9e8eb7232d8e56910908ab2c (diff) | |
download | python-coveragepy-git-6c4ca5dddd95229341177f7f15acbfb3f3b83905.tar.gz |
Keep lines trimmed
-rw-r--r-- | doc/contributing.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/contributing.rst b/doc/contributing.rst index a51f5fd8..472f7ce1 100644 --- a/doc/contributing.rst +++ b/doc/contributing.rst @@ -42,7 +42,8 @@ these steps: #. (Optional, but recommended) Create a virtualenv to work in, and activate it. -.. mkvirtualenv -p /usr/local/pythonz/pythons/CPython-2.7.11/bin/python coverage +.. like this: + mkvirtualenv -p /usr/local/pythonz/pythons/CPython-2.7.11/bin/python coverage #. Clone the repo:: |