Skip to content

Commit ef16958

Browse files
authored
bpo-38972: Fix typos in PowerShell Execution Policies links (GH-20383)
1 parent 20c22db commit ef16958

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
@@ -91,7 +91,7 @@ The command, if run with ``-h``, will show the available options::
9191
PS C:\> Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
9292
9393
See `About Execution Policies
94-
<ttps:/go.microsoft.com/fwlink/?LinkID=135170>`_
94+
<https://go.microsoft.com/fwlink/?LinkID=135170>`_
9595
for more information.
9696
9797
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)