Skip to content

Commit 96f0716

Browse files
Liturgistjaraco
authored andcommitted
gh-102354: change python3 to python in docs examples (python/cpython#102696)
1 parent 1cf7385 commit 96f0716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/using.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Let's say you wanted to get the version string for a
6262
using ``pip``. We start by creating a virtual environment and installing
6363
something into it::
6464

65-
$ python3 -m venv example
65+
$ python -m venv example
6666
$ source example/bin/activate
6767
(example) $ python -m pip install importlib_metadata
6868
(example) $ python -m pip install wheel

0 commit comments

Comments
 (0)