https://github.com/python/cpython/commit/47fa3f44ef30d0d677415e8903032841c1e1d3b7
commit: 47fa3f44ef30d0d677415e8903032841c1e1d3b7
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: vsajip <[email protected]>
date: 2024-10-09T17:54:15+01:00
summary:

[3.13] docs: in venv table use executable name (GH-124315) (GH-125172)

(cherry picked from commit 7f93dbf6fec152888727a0f25a3aa030d1fe27ca)

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