summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiajie Zhong <zhongjiajie955@hotmail.com>2019-06-24 04:15:59 +0800
committerBernát Gábor <bgabor8@bloomberg.net>2019-06-23 21:15:59 +0100
commitd997faa8d44887508df0bb36e1b43b743d455925 (patch)
tree4211286f74af6a29e083842f606088c29f7236bc
parent28839085ff8a5a770bb4a8c52158d763760c89c1 (diff)
downloadvirtualenv-d997faa8d44887508df0bb36e1b43b743d455925.tar.gz
Correct python option render (#1370)
Old content will render to `-python=2.5` This patch correct it to `--python=2.5`
-rw-r--r--docs/reference.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference.rst b/docs/reference.rst
index 9f5d324..fe92de2 100644
--- a/docs/reference.rst
+++ b/docs/reference.rst
@@ -40,7 +40,7 @@ Options
.. option:: -p PYTHON_EXE, --python=PYTHON_EXE
The Python interpreter to use, e.g.,
- --python=python2.5 will use the python2.5 interpreter
+ ``--python=python2.5`` will use the python2.5 interpreter
to create the new environment. The default is the
interpreter that virtualenv was installed with
(like ``/usr/bin/python``)