bpo-31053: Remove redundant 'venv' argument in venv example (GH-2907)

This commit is contained in:
cocoatomo 2017-10-27 13:42:11 +09:00 committed by Berker Peksag
parent 8c83c23fa3
commit d609b0c24e
1 changed files with 1 additions and 1 deletions

View File

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