gh-102354: change python3 to python in docs examples (#102696)

This commit is contained in:
Paul Watson 2023-03-14 13:40:12 -05:00 committed by GitHub
parent 1ff81c0cb6
commit 80abd62647
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 6 deletions

View file

@ -44,7 +44,7 @@ whichever version you want.
To create a virtual environment, decide upon a directory where you want to
place it, and run the :mod:`venv` module as a script with the directory path::
python3 -m venv tutorial-env
python -m venv tutorial-env
This will create the ``tutorial-env`` directory if it doesn't exist,
and also create directories inside it containing a copy of the Python