diff options
author | Miro HronĨok <miro@hroncok.cz> | 2020-05-25 14:54:14 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-25 14:54:14 (GMT) |
commit | ef16958d17e83723334a51428f410f726d6492a7 (patch) | |
tree | 8441a7eafe5d5ea37bf51e28eb1d5c019c90a856 /Lib/venv | |
parent | 20c22db602bf2a51f5231433b9054290f8069b90 (diff) | |
download | cpython-ef16958d17e83723334a51428f410f726d6492a7.zip cpython-ef16958d17e83723334a51428f410f726d6492a7.tar.gz cpython-ef16958d17e83723334a51428f410f726d6492a7.tar.bz2 |
bpo-38972: Fix typos in PowerShell Execution Policies links (GH-20383)
Diffstat (limited to 'Lib/venv')
-rw-r--r-- | Lib/venv/scripts/common/Activate.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/venv/scripts/common/Activate.ps1 b/Lib/venv/scripts/common/Activate.ps1 index b8245b1..a3bc6fb 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( |