From: Zachary Ware Date: Wed, 26 Oct 2016 02:35:22 +0000 (-0500) Subject: Fix default role usage X-Git-Tag: v3.6.0b3~46^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bb444772d9121bf742b8f952ad156739ff555ad1;p=thirdparty%2FPython%2Fcpython.git Fix default role usage --- diff --git a/Doc/library/venv.rst b/Doc/library/venv.rst index 62892d402707..0327737bef96 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.