Skip to content

Commit 3595276

Browse files
committed
Corrected typo.
1 parent c7e34fb commit 3595276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/using/venv-create.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ subdirectory (on Windows, this is ``Lib\site-packages``).
2121
On Windows, you may have to invoke the ``pyvenv`` script as follows, if you
2222
don't have the relevant PATH and PATHEXT settings::
2323

24-
c:\Temp>c:\Python34\python c:\Python33\Tools\Scripts\pyvenv.py myenv
24+
c:\Temp>c:\Python34\python c:\Python34\Tools\Scripts\pyvenv.py myenv
2525

2626
or equivalently::
2727

0 commit comments

Comments
 (0)