From 20b2bf318345170502b9840673594a5a12a40829 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Mon, 25 May 2020 08:13:49 -0700 Subject: [PATCH] bpo-38972: Fix typos in PowerShell Execution Policies links (GH-20383) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit ef16958d17e83723334a51428f410f726d6492a7) Co-authored-by: Miro HronĨok --- Doc/using/venv-create.inc | 2 +- Lib/venv/scripts/common/Activate.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/using/venv-create.inc b/Doc/using/venv-create.inc index c39048d6188..c8f6e8f87d5 100644 --- a/Doc/using/venv-create.inc +++ b/Doc/using/venv-create.inc @@ -91,7 +91,7 @@ The command, if run with ``-h``, will show the available options:: PS C:\> Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser See `About Execution Policies - `_ + `_ for more information. The created ``pyvenv.cfg`` file also includes the diff --git a/Lib/venv/scripts/common/Activate.ps1 b/Lib/venv/scripts/common/Activate.ps1 index b8245b1bbe5..a3bc6fb1f05 100644 --- a/Lib/venv/scripts/common/Activate.ps1 +++ b/Lib/venv/scripts/common/Activate.ps1 @@ -45,7 +45,7 @@ command: PS C:\> Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser For more information on Execution Policies: -ttps:/go.microsoft.com/fwlink/?LinkID=135170 +https://go.microsoft.com/fwlink/?LinkID=135170 #> Param(