From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 7 Jul 2020 23:47:09 +0000 (-0700) Subject: bpo-39417: Fix broken link to guide to building venvs (GH-18432) X-Git-Tag: v3.8.4~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=730bce3a80819e0b7fa6bfa1e1afcd4c837b62c1;p=thirdparty%2FPython%2Fcpython.git bpo-39417: Fix broken link to guide to building venvs (GH-18432) (cherry picked from commit c4a65ed7fe342bd18b5a5b0eea3470dc4fc31160) Co-authored-by: Ogi Moore --- diff --git a/Doc/library/venv.rst b/Doc/library/venv.rst index 31a3f41e4724..59b251837a48 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