[Python-checkins] cpython (3.4): Corrected typo.

vinay.sajip python-checkins at python.org
Sat Feb 7 11:57:46 CET 2015


https://hg.python.org/cpython/rev/c5f62f8d053e
changeset:   94550:c5f62f8d053e
branch:      3.4
user:        Vinay Sajip <vinay_sajip at yahoo.co.uk>
date:        Sat Feb 07 10:56:06 2015 +0000
summary:
  Corrected typo.

files:
  Doc/using/venv-create.inc |  2 +-
  1 files changed, 1 insertions(+), 1 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
@@ -21,7 +21,7 @@
 On Windows, you may have to invoke the ``pyvenv`` script as follows, if you
 don't have the relevant PATH and PATHEXT settings::
 
-    c:\Temp>c:\Python34\python c:\Python33\Tools\Scripts\pyvenv.py myenv
+    c:\Temp>c:\Python34\python c:\Python34\Tools\Scripts\pyvenv.py myenv
 
 or equivalently::
 

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


More information about the Python-checkins mailing list