summaryrefslogtreecommitdiff
path: root/docs/reference.rst
diff options
context:
space:
mode:
authorMatthew Iversen <teh.ivo@gmail.com>2014-06-15 02:13:05 +1000
committerMatthew Iversen <teh.ivo@gmail.com>2014-06-15 02:13:05 +1000
commit2b590bbeba82b3be2c22eb59f2966d866eeea5ed (patch)
treebcc0aa22de4cc9d00b13669dcb4267c6789bcf45 /docs/reference.rst
parent2b61e9e37849ff7855c4613f61498e073e452ae4 (diff)
downloadvirtualenv-2b590bbeba82b3be2c22eb59f2966d866eeea5ed.tar.gz
Refer to python instead of python3
Diffstat (limited to 'docs/reference.rst')
-rw-r--r--docs/reference.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference.rst b/docs/reference.rst
index d612d04..ca801a0 100644
--- a/docs/reference.rst
+++ b/docs/reference.rst
@@ -43,7 +43,7 @@ Options
--python=python2.5 will use the python2.5 interpreter
to create the new environment. The default is the
interpreter that virtualenv was installed with
- (/usr/bin/python3)
+ (like ``/usr/bin/python``)
.. option:: --clear