[Python-checkins] (no subject)

Miro Hrončok webhook-mailer at python.org
Mon May 25 10:54:21 EDT 2020




To: python-checkins at python.org
Subject:
 bpo-38972: Fix typos in PowerShell Execution Policies links (GH-20383)
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0

https://github.com/python/cpython/commit/ef16958d17e83723334a51428f410f726d64=
92a7
commit: ef16958d17e83723334a51428f410f726d6492a7
branch: master
author: Miro Hron=C4=8Dok <miro at hroncok.cz>
committer: GitHub <noreply at github.com>
date: 2020-05-25T16:54:14+02:00
summary:

bpo-38972: Fix typos in PowerShell Execution Policies links (GH-20383)

files:
M Doc/using/venv-create.inc
M Lib/venv/scripts/common/Activate.ps1

diff --git a/Doc/using/venv-create.inc b/Doc/using/venv-create.inc
index c39048d618812..c8f6e8f87d567 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 op=
tions::
    PS C:\> Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentU=
ser
=20
    See `About Execution Policies
-   <ttps:/go.microsoft.com/fwlink/?LinkID=3D135170>`_
+   <https://go.microsoft.com/fwlink/?LinkID=3D135170>`_
    for more information.
=20
 The created ``pyvenv.cfg`` file also includes the
diff --git a/Lib/venv/scripts/common/Activate.ps1 b/Lib/venv/scripts/common/A=
ctivate.ps1
index b8245b1bbe5c8..a3bc6fb1f05bf 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
=20
 For more information on Execution Policies:=20
-ttps:/go.microsoft.com/fwlink/?LinkID=3D135170
+https://go.microsoft.com/fwlink/?LinkID=3D135170
=20
 #>
 Param(



More information about the Python-checkins mailing list