https://github.com/python/cpython/commit/7f93dbf6fec152888727a0f25a3aa030d1fe27ca
commit: 7f93dbf6fec152888727a0f25a3aa030d1fe27ca
branch: main
author: musvaage <[email protected]>
committer: vsajip <[email protected]>
date: 2024-10-09T09:04:35+01:00
summary:

docs: in venv table use executable name (GH-124315)

Co-authored-by: musvaage <[email protected]>

files:
M Doc/library/venv.rst

diff --git a/Doc/library/venv.rst b/Doc/library/venv.rst
index e2c77963ff3040..5205c6c211d9bf 100644
--- a/Doc/library/venv.rst
+++ b/Doc/library/venv.rst
@@ -215,7 +215,7 @@ containing the virtual environment):
 |             +------------+--------------------------------------------------+
 |             | csh/tcsh   | :samp:`$ source {<venv>}/bin/activate.csh`       |
 |             +------------+--------------------------------------------------+
-|             | PowerShell | :samp:`$ {<venv>}/bin/Activate.ps1`              |
+|             | pwsh       | :samp:`$ {<venv>}/bin/Activate.ps1`              |
 +-------------+------------+--------------------------------------------------+
 | Windows     | cmd.exe    | :samp:`C:\\> {<venv>}\\Scripts\\activate.bat`    |
 |             +------------+--------------------------------------------------+

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to