diff -r 72da53d3074b Doc/library/venv.rst --- a/Doc/library/venv.rst Sun Oct 23 15:58:10 2016 +0300 +++ b/Doc/library/venv.rst Sun Oct 23 08:38:19 2016 -0700 @@ -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.