From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Fri, 27 Oct 2017 04:47:00 +0000 (-0700) Subject: bpo-31053: Remove redundant 'venv' argument in venv example (GH-2907) X-Git-Tag: v3.6.4rc1~132 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=37d1d967eed4018ef397dd9d1515683e5b6b55e7;p=python bpo-31053: Remove redundant 'venv' argument in venv example (GH-2907) (cherry picked from commit d609b0c24ebdb748cabcc6c062dfc86f9000e6c4) --- 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::