mirror of
https://github.com/python/cpython.git
synced 2025-08-02 08:02:56 +00:00
bpo-38972: Fix typos in PowerShell Execution Policies links (GH-20383)
This commit is contained in:
parent
20c22db602
commit
ef16958d17
2 changed files with 2 additions and 2 deletions
|
@ -91,7 +91,7 @@ The command, if run with ``-h``, will show the available options::
|
||||||
PS C:\> Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
|
PS C:\> Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
|
||||||
|
|
||||||
See `About Execution Policies
|
See `About Execution Policies
|
||||||
<ttps:/go.microsoft.com/fwlink/?LinkID=135170>`_
|
<https://go.microsoft.com/fwlink/?LinkID=135170>`_
|
||||||
for more information.
|
for more information.
|
||||||
|
|
||||||
The created ``pyvenv.cfg`` file also includes the
|
The created ``pyvenv.cfg`` file also includes the
|
||||||
|
|
|
@ -45,7 +45,7 @@ command:
|
||||||
PS C:\> Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
|
PS C:\> Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
|
||||||
|
|
||||||
For more information on Execution Policies:
|
For more information on Execution Policies:
|
||||||
ttps:/go.microsoft.com/fwlink/?LinkID=135170
|
https://go.microsoft.com/fwlink/?LinkID=135170
|
||||||
|
|
||||||
#>
|
#>
|
||||||
Param(
|
Param(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue