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