]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix default role usage
authorZachary Ware <zachary.ware@gmail.com>
Wed, 26 Oct 2016 02:35:22 +0000 (21:35 -0500)
committerZachary Ware <zachary.ware@gmail.com>
Wed, 26 Oct 2016 02:35:22 +0000 (21:35 -0500)
Doc/library/venv.rst

index 62892d402707dac6b6484669a03354ab7a50e642..0327737bef96f1c604bcaa8295cf8887618ebba3 100644 (file)
@@ -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.