[Python-checkins] cpython (merge 3.5 -> default): Issue #27393: Merge from 3.5

berker.peksag python-checkins at python.org
Mon Jun 27 06:09:40 EDT 2016


https://hg.python.org/cpython/rev/e1a0582896d6
changeset:   102209:e1a0582896d6
parent:      102207:cf560010e6f8
parent:      102208:b82149953a8c
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Mon Jun 27 13:11:16 2016 +0300
summary:
  Issue #27393: Merge from 3.5

files:
  Doc/using/venv-create.inc |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/using/venv-create.inc b/Doc/using/venv-create.inc
--- a/Doc/using/venv-create.inc
+++ b/Doc/using/venv-create.inc
@@ -89,9 +89,9 @@
 +-------------+-----------------+-----------------------------------------+
 |             | 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

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list