Skip to content

Commit 046687c

Browse files
[3.12] docs: in venv table use executable name (GH-124315) (#125171)
(cherry picked from commit 7f93dbf)
1 parent 7187d4f commit 046687c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/venv.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ containing the virtual environment):
205205
| +------------+--------------------------------------------------+
206206
| | csh/tcsh | :samp:`$ source {<venv>}/bin/activate.csh` |
207207
| +------------+--------------------------------------------------+
208-
| | PowerShell | :samp:`$ {<venv>}/bin/Activate.ps1` |
208+
| | pwsh | :samp:`$ {<venv>}/bin/Activate.ps1` |
209209
+-------------+------------+--------------------------------------------------+
210210
| Windows | cmd.exe | :samp:`C:\\> {<venv>}\\Scripts\\activate.bat` |
211211
| +------------+--------------------------------------------------+

0 commit comments

Comments
 (0)