]> granicus.if.org Git - python/commitdiff
bpo-31053: Remove redundant 'venv' argument in venv example (GH-2907)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 27 Oct 2017 04:47:00 +0000 (21:47 -0700)
committerBerker Peksag <berker.peksag@gmail.com>
Fri, 27 Oct 2017 04:47:00 +0000 (07:47 +0300)
(cherry picked from commit d609b0c24ebdb748cabcc6c062dfc86f9000e6c4)

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::