8000 bpo-31053: Remove redundant 'venv' argument in venv example (GH-2907) · ultimatecoder/cpython@d609b0c · GitHub
[go: up one dir, main page]

Skip to content

Commit d609b0c

Browse files
cocoatomoberkerpeksag
authored andcommitted
bpo-31053: Remove redundant 'venv' argument in venv example (pythonGH-2907)
1 parent 8c83c23 commit d609b0c

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
@@ -33,7 +33,7 @@ On Windows, invoke the ``venv`` command as follows::
3333
Alternatively, if you configured the ``PATH`` and ``PATHEXT`` variables for
3434
your :ref:`Python installation <using-on-windows>`::
3535
36-
c:\>python -m venv myenv c:\path\to\myenv
36+
c:\>python -m venv c:\path\to\myenv
3737
3838
The command, if run with ``-h``, will show the available options::
3939

0 commit comments

Comments
 (0)
0