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 | cbd69e0fc93e2039902904b4dee524ca444a7aee (patch) | |
tree | 167fc6ada2a6ae15b5e35afa4f483d6241c0709c | |
parent | 9750b2d6786339dc8230e0ff745bd3f81ecf5054 (diff) | |
download | python-coveragepy-cbd69e0fc93e2039902904b4dee524ca444a7aee.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 a51f5fd..472f7ce 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:: |