Skip to content

Commit

Permalink
gh-102354: change python3 to python in docs examples (python/cpython#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Liturgist authored and jaraco committed Apr 15, 2023
1 parent 1cf7385 commit 96f0716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/using.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Let's say you wanted to get the version string for a
using ``pip``. We start by creating a virtual environment and installing
something into it::

$ python3 -m venv example
$ python -m venv example
$ source example/bin/activate
(example) $ python -m pip install importlib_metadata
(example) $ python -m pip install wheel
Expand Down

0 comments on commit 96f0716

Please sign in to comment.