diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2020-05-25 15:11:39 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-25 15:11:39 (GMT) |
commit | 331b2dfadb2a5dd990145c043d006166e568af7b (patch) | |
tree | dbb9372593836246c8364abb3e9412c3c1675591 /Doc/using | |
parent | 907ee1f14aaf587683ced44818c5a1d1cabf4174 (diff) | |
download | cpython-331b2dfadb2a5dd990145c043d006166e568af7b.zip cpython-331b2dfadb2a5dd990145c043d006166e568af7b.tar.gz cpython-331b2dfadb2a5dd990145c043d006166e568af7b.tar.bz2 |
bpo-38972: Fix typos in PowerShell Execution Policies links (GH-20383)
(cherry picked from commit ef16958d17e83723334a51428f410f726d6492a7)
Co-authored-by: Miro HronĨok <miro@hroncok.cz>
Diffstat (limited to 'Doc/using')
-rw-r--r-- | Doc/using/venv-create.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/using/venv-create.inc b/Doc/using/venv-create.inc index 99b2a19..c81aaf1 100644 --- a/Doc/using/venv-create.inc +++ b/Doc/using/venv-create.inc @@ -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 |