Skip to content

Commit 331b2df

Browse files
bpo-38972: Fix typos in PowerShell Execution Policies links (GH-20383)
(cherry picked from commit ef16958) Co-authored-by: Miro Hrončok <[email protected]>
1 parent 907ee1f commit 331b2df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Doc/using/venv-create.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ The command, if run with ``-h``, will show the available options::
8686
PS C:\> Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
8787
8888
See `About Execution Policies
89-
<ttps:/go.microsoft.com/fwlink/?LinkID=135170>`_
89+
<https://go.microsoft.com/fwlink/?LinkID=135170>`_
9090
for more information.
9191
9292
The created ``pyvenv.cfg`` file also includes the

Lib/venv/scripts/common/Activate.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ command:
4545
PS C:\> Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
4646
4747
For more information on Execution Policies:
48-
ttps:/go.microsoft.com/fwlink/?LinkID=135170
48+
https://go.microsoft.com/fwlink/?LinkID=135170
4949
5050
#>
5151
Param(

0 commit comments

Comments
 (0)