Remove unnecessary text from documentation. (GH-95670)

This commit is contained in:
fluesvamp 2022-08-04 15:18:05 -05:00 committed by GitHub
parent 12d92c733c
commit c47d09a4ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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>`::