[Python-checkins] cpython (merge 3.6 -> default): Merge from 3.6
zach.ware
python-checkins at python.org
Tue Oct 25 22:37:02 EDT 2016
https://hg.python.org/cpython/rev/bb1b70791743
changeset: 104737:bb1b70791743
parent: 104734:2879185bc511
parent: 104736:c647759eb650
user: Zachary Ware <zachary.ware at gmail.com>
date: Tue Oct 25 21:36:48 2016 -0500
summary:
Merge from 3.6
files:
Doc/library/venv.rst | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Doc/library/venv.rst b/Doc/library/venv.rst
--- a/Doc/library/venv.rst
+++ b/Doc/library/venv.rst
@@ -24,7 +24,7 @@
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.
--
Repository URL: https://hg.python.org/cpython
More information about the Python-checkins
mailing list