From: Vinay Sajip Date: Sat, 7 Feb 2015 10:56:06 +0000 (+0000) Subject: Corrected typo. X-Git-Tag: v3.4.3rc1~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3595276bdd5ff52caced22fb425fe0997de7cfe6;p=python Corrected typo. --- diff --git a/Doc/using/venv-create.inc b/Doc/using/venv-create.inc index 3f5fe23aed..45bdd5a46d 100644 --- a/Doc/using/venv-create.inc +++ b/Doc/using/venv-create.inc @@ -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::