Skip to content

Commit 7f93dbf

Browse files
authored
docs: in venv table use executable name (GH-124315)
Co-authored-by: musvaage <[email protected]>
1 parent 7840638 commit 7f93dbf

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
@@ -215,7 +215,7 @@ containing the virtual environment):
215215
| +------------+--------------------------------------------------+
216216
| | csh/tcsh | :samp:`$ source {<venv>}/bin/activate.csh` |
217217
| +------------+--------------------------------------------------+
218-
| | PowerShell | :samp:`$ {<venv>}/bin/Activate.ps1` |
218+
| | pwsh | :samp:`$ {<venv>}/bin/Activate.ps1` |
219219
+-------------+------------+--------------------------------------------------+
220220
| Windows | cmd.exe | :samp:`C:\\> {<venv>}\\Scripts\\activate.bat` |
221221
| +------------+--------------------------------------------------+

0 commit comments

Comments
 (0)