From 446e89661e6ef16ca28e6fd302b00503c5501b91 Mon Sep 17 00:00:00 2001 From: cocoatomo Date: Thu, 27 Jul 2017 10:02:59 +0900 Subject: [PATCH] Fix the command example to be equivalent to previous one --- Doc/using/venv-create.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/using/venv-create.inc b/Doc/using/venv-create.inc index 53f431b5cfda6c..4292592ba7a25b 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::