From c4a65ed7fe342bd18b5a5b0eea3470dc4fc31160 Mon Sep 17 00:00:00 2001 From: Ogi Moore Date: Mon, 10 Feb 2020 15:51:01 -0800 Subject: bpo-39417: Fix broken link to guide to building venvs (GH-18432) --- Doc/library/venv.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/venv.rst b/Doc/library/venv.rst index d778486..8abadc4 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 -- cgit v0.12