diff options
author | Paul Watson <paul.hermeneutic@gmail.com> | 2023-03-14 18:40:12 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-14 18:40:12 (GMT) |
commit | 80abd62647b2a36947a11a6a8e395061be6f0c61 (patch) | |
tree | 35331b9b334f1d4beb8ea9ad256447f01d56eee1 /Doc/library/importlib.metadata.rst | |
parent | 1ff81c0cb67215694f084e51c4d35ae53b9f5cf9 (diff) | |
download | cpython-80abd62647b2a36947a11a6a8e395061be6f0c61.zip cpython-80abd62647b2a36947a11a6a8e395061be6f0c61.tar.gz cpython-80abd62647b2a36947a11a6a8e395061be6f0c61.tar.bz2 |
gh-102354: change python3 to python in docs examples (#102696)
Diffstat (limited to 'Doc/library/importlib.metadata.rst')
-rw-r--r-- | Doc/library/importlib.metadata.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/importlib.metadata.rst b/Doc/library/importlib.metadata.rst index 988d1a3..6e08410 100644 --- a/Doc/library/importlib.metadata.rst +++ b/Doc/library/importlib.metadata.rst @@ -73,7 +73,7 @@ something into it: .. code-block:: shell-session - $ python3 -m venv example + $ python -m venv example $ source example/bin/activate (example) $ python -m pip install wheel |