summaryrefslogtreecommitdiffstats
path: root/Doc/using
diff options
context:
space:
mode:
authorfluesvamp <105884371+fluesvamp@users.noreply.github.com>2022-08-04 20:18:05 (GMT)
committerGitHub <noreply@github.com>2022-08-04 20:18:05 (GMT)
commitc47d09a4accb84609bc56eeb6d77248c4e034833 (patch)
tree0010c97aec6e8f2669579472e235f38c83bf7060 /Doc/using
parent12d92c733cfc00ee630b30e4e0250da400c83395 (diff)
downloadcpython-c47d09a4accb84609bc56eeb6d77248c4e034833.zip
cpython-c47d09a4accb84609bc56eeb6d77248c4e034833.tar.gz
cpython-c47d09a4accb84609bc56eeb6d77248c4e034833.tar.bz2
Remove unnecessary text from documentation. (GH-95670)
Diffstat (limited to 'Doc/using')
-rw-r--r--Doc/using/venv-create.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/using/venv-create.inc b/Doc/using/venv-create.inc
index b978583..c2a9f52 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 <using-on-windows>`::