From: cocoatomo Date: Fri, 27 Oct 2017 04:42:11 +0000 (+0900) Subject: bpo-31053: Remove redundant 'venv' argument in venv example (GH-2907) X-Git-Tag: v3.7.0a3~297 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d609b0c24ebdb748cabcc6c062dfc86f9000e6c4;p=python bpo-31053: Remove redundant 'venv' argument in venv example (GH-2907) --- diff --git a/Doc/using/venv-create.inc b/Doc/using/venv-create.inc index 53f431b5cf..4292592ba7 100644 --- a/Doc/using/venv-create.inc +++ b/Doc/using/venv-create.inc @@ -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 `:: - 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::