Skip to content

Commit

Permalink
Correct python option render (#1370)
Browse files Browse the repository at this point in the history
Old content will render to `-python=2.5`
This patch correct it to `--python=2.5`
  • Loading branch information
zhongjiajie authored and gaborbernat committed Jun 23, 2019
1 parent 2883908 commit d997faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``)
Expand Down

0 comments on commit d997faa

Please sign in to comment.