]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-38972: Fix typos in PowerShell Execution Policies links (GH-20383)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 25 May 2020 15:11:39 +0000 (08:11 -0700)
committerGitHub <noreply@github.com>
Mon, 25 May 2020 15:11:39 +0000 (08:11 -0700)
(cherry picked from commit ef16958d17e83723334a51428f410f726d6492a7)

Co-authored-by: Miro HronĨok <miro@hroncok.cz>
Doc/using/venv-create.inc
Lib/venv/scripts/common/Activate.ps1

index 99b2a19a18d06fbfd2844fbe5763769638626da9..c81aaf15d885a21d99f32e9ceb61cceebdced76c 100644 (file)
@@ -86,7 +86,7 @@ The command, if run with ``-h``, will show the available options::
    PS C:\> Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
 
    See `About Execution Policies
-   <ttps:/go.microsoft.com/fwlink/?LinkID=135170>`_
+   <https://go.microsoft.com/fwlink/?LinkID=135170>`_
    for more information.
 
 The created ``pyvenv.cfg`` file also includes the
index b8245b1bbe5c86d18743288ab042806f48026094..a3bc6fb1f05bf96c284d2cba2508314d115ce7e3 100644 (file)
@@ -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(