]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #27393: Fix escaping of C:\ too
authorBerker Peksag <berker.peksag@gmail.com>
Mon, 27 Jun 2016 10:10:47 +0000 (13:10 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Mon, 27 Jun 2016 10:10:47 +0000 (13:10 +0300)
Doc/using/venv-create.inc

index c263cf741b3c9675b295f976ce2e9a8bf27f8769..7ad30088267cd965606086b29ced7ed443db47c9 100644 (file)
@@ -89,9 +89,9 @@ venv's binary directory. The invocation of the script is platform-specific:
 +-------------+-----------------+-----------------------------------------+
 |             | csh/tcsh        | $ source <venv>/bin/activate.csh        |
 +-------------+-----------------+-----------------------------------------+
-| Windows     | cmd.exe         | C:\> <venv>\\Scripts\\activate.bat      |
+| Windows     | cmd.exe         | C:\\> <venv>\\Scripts\\activate.bat     |
 +-------------+-----------------+-----------------------------------------+
-|             | PowerShell      | PS C:\> <venv>\\Scripts\\Activate.ps1   |
+|             | PowerShell      | PS C:\\> <venv>\\Scripts\\Activate.ps1  |
 +-------------+-----------------+-----------------------------------------+
 
 You don't specifically *need* to activate an environment; activation just