[Python-checkins] cpython (merge 3.5 -> 3.6): Merge from 3.5

zach.ware python-checkins at python.org
Tue Oct 25 22:37:02 EDT 2016


https://hg.python.org/cpython/rev/c647759eb650
changeset:   104736:c647759eb650
branch:      3.6
parent:      104733:6eb3312a9a16
parent:      104735:5d1934c27137
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Tue Oct 25 21:36:13 2016 -0500
summary:
  Merge from 3.5

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