diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2016-10-26 02:36:13 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2016-10-26 02:36:13 (GMT) |
commit | d9aa4d3308fe854e015a1ae3d04cbc20974d27c2 (patch) | |
tree | 6d330dff0499cc5f1202f4e5a774f48237d90ab5 /Doc/library/venv.rst | |
parent | 66078ac5d022cf68f5fcd8875649e4e6527648c8 (diff) | |
parent | bb444772d9121bf742b8f952ad156739ff555ad1 (diff) | |
download | cpython-d9aa4d3308fe854e015a1ae3d04cbc20974d27c2.zip cpython-d9aa4d3308fe854e015a1ae3d04cbc20974d27c2.tar.gz cpython-d9aa4d3308fe854e015a1ae3d04cbc20974d27c2.tar.bz2 |
Merge from 3.5
Diffstat (limited to 'Doc/library/venv.rst')
-rw-r--r-- | Doc/library/venv.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/venv.rst b/Doc/library/venv.rst index a80d2d6..17c80c8 100644 --- a/Doc/library/venv.rst +++ b/Doc/library/venv.rst @@ -24,7 +24,7 @@ independent set of installed Python packages in its site directories. See :pep:`405` for more information about Python virtual environments. .. note:: - The `pyvenv` script has been deprecated as of Python 3.6 in favor of using + The ``pyvenv`` script has been deprecated as of Python 3.6 in favor of using ``python3 -m venv`` to help prevent any potential confusion as to which Python interpreter a virtual environment will be based on. |