]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove unnecessary text from documentation. (GH-95670)
authorfluesvamp <105884371+fluesvamp@users.noreply.github.com>
Thu, 4 Aug 2022 20:18:05 +0000 (15:18 -0500)
committerGitHub <noreply@github.com>
Thu, 4 Aug 2022 20:18:05 +0000 (21:18 +0100)
Doc/using/venv-create.inc

index b9785832864e221584c36276d3d8008e1838af31..c2a9f521a148b6b34f4e6395ea8fdc0ec20bf025 100644 (file)
@@ -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 <using-on-windows>`::