From: fluesvamp <105884371+fluesvamp@users.noreply.github.com> Date: Thu, 4 Aug 2022 20:18:05 +0000 (-0500) Subject: Remove unnecessary text from documentation. (GH-95670) X-Git-Tag: v3.12.0a1~728 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c47d09a4accb84609bc56eeb6d77248c4e034833;p=thirdparty%2FPython%2Fcpython.git Remove unnecessary text from documentation. (GH-95670) --- diff --git a/Doc/using/venv-create.inc b/Doc/using/venv-create.inc index b9785832864e..c2a9f521a148 100644 --- a/Doc/using/venv-create.inc +++ b/Doc/using/venv-create.inc @@ -26,7 +26,7 @@ re-used. On Windows, invoke the ``venv`` command as follows:: - c:\>c:\Python35\python -m venv c:\path\to\myenv + c:\>Python35\python -m venv c:\path\to\myenv Alternatively, if you configured the ``PATH`` and ``PATHEXT`` variables for your :ref:`Python installation `::