From dfff0bd73c7d02d7a662d4f7a86afa88b5ae9d4d Mon Sep 17 00:00:00 2001 From: Ogi Date: Mon, 10 Feb 2020 11:50:34 -0800 Subject: [PATCH] bpo-39417: Fix broken link to guide to building venvs --- 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 d778486b0a5d94..8abadc4df3cac8 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