From cbd69e0fc93e2039902904b4dee524ca444a7aee Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 20 Nov 2016 20:51:22 -0500 Subject: Keep lines trimmed --- doc/contributing.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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:: -- cgit v1.2.1