]> granicus.if.org Git - python/commitdiff
bpo-31053: Remove redundant 'venv' argument in venv example (GH-2907)
authorcocoatomo <cocoatomo77@gmail.com>
Fri, 27 Oct 2017 04:42:11 +0000 (13:42 +0900)
committerBerker Peksag <berker.peksag@gmail.com>
Fri, 27 Oct 2017 04:42:11 +0000 (07:42 +0300)
Doc/using/venv-create.inc

index 53f431b5cfda6c661efab334ba87848c24eb0ff5..4292592ba7a25b82ef6182b35b52d6f750323324 100644 (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::