]> granicus.if.org Git - python/commitdiff
Corrected typo.
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Sat, 7 Feb 2015 10:56:06 +0000 (10:56 +0000)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Sat, 7 Feb 2015 10:56:06 +0000 (10:56 +0000)
Doc/using/venv-create.inc

index 3f5fe23aede779e01915390f5851513c884650b7..45bdd5a46d3e5545436e86a7ee17cbf19bdd6900 100644 (file)
@@ -21,7 +21,7 @@ subdirectory (on Windows, this is ``Lib\site-packages``).
 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::