From: Ogi Moore Date: Mon, 10 Feb 2020 23:51:01 +0000 (-0800) Subject: bpo-39417: Fix broken link to guide to building venvs (GH-18432) X-Git-Tag: v3.9.0a4~83 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c4a65ed7fe342bd18b5a5b0eea3470dc4fc31160;p=thirdparty%2FPython%2Fcpython.git bpo-39417: Fix broken link to guide to building venvs (GH-18432) --- diff --git a/Doc/library/venv.rst b/Doc/library/venv.rst index d778486b0a5d..8abadc4df3ca 100644 --- a/Doc/library/venv.rst +++ b/Doc/library/venv.rst @@ -27,7 +27,7 @@ See :pep:`405` for more information about Python virtual environments. .. seealso:: `Python Packaging User Guide: Creating and using virtual environments - `__ + `__ Creating virtual environments