[Python-checkins] cpython (3.5): Fix default role usage

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


https://hg.python.org/cpython/rev/5d1934c27137
changeset:   104735:5d1934c27137
branch:      3.5
parent:      104729:720865fa61a4
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Tue Oct 25 21:35:22 2016 -0500
summary:
  Fix default role usage

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