summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2015-02-07 10:56:06 +0000
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2015-02-07 10:56:06 +0000
commite93b1a981879cc49c1962cd72ef75f00ba304509 (patch)
tree034af6f7cafe20153d43f10a6577e524c270a51b
parentf706f4a0fccdaca2685f58d76140d26cc960e1c9 (diff)
downloadcpython-e93b1a981879cc49c1962cd72ef75f00ba304509.tar.gz
Corrected typo.
-rw-r--r--Doc/using/venv-create.inc2
1 files changed, 1 insertions, 1 deletions
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::