diff options
author | Jules Lasne (jlasne) <jules.lasne@gmail.com> | 2019-11-05 13:51:48 (GMT) |
---|---|---|
committer | Victor Stinner <vstinner@python.org> | 2019-11-05 13:51:48 (GMT) |
commit | 1eac437e8da106a626efffe9fce1cb47dbf5be35 (patch) | |
tree | bd4286bddecb5f9e40247d956cfc654850b2b3e4 /Doc/tutorial | |
parent | 1270d2cf1d17bfa581bf2a19f82c8cb43bf793d9 (diff) | |
download | cpython-1eac437e8da106a626efffe9fce1cb47dbf5be35.zip cpython-1eac437e8da106a626efffe9fce1cb47dbf5be35.tar.gz cpython-1eac437e8da106a626efffe9fce1cb47dbf5be35.tar.bz2 |
[3.8] Update interpreter.rst (GH-17059) (GH-17060)
Fixed what seemed to be a weird phrasing.
(cherry picked from commit 5e01a6542a1beb552a17e16b71dc0ba9fc6adcfb)
Co-authored-by: Jules Lasne (jlasne) <jules.lasne@gmail.com>
Diffstat (limited to 'Doc/tutorial')
-rw-r--r-- | Doc/tutorial/interpreter.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tutorial/interpreter.rst b/Doc/tutorial/interpreter.rst index 320befd..501fb6a 100644 --- a/Doc/tutorial/interpreter.rst +++ b/Doc/tutorial/interpreter.rst @@ -23,7 +23,7 @@ is an installation option, other places are possible; check with your local Python guru or system administrator. (E.g., :file:`/usr/local/python` is a popular alternative location.) -On Windows machines where you have installed from the :ref:`Microsoft Store +On Windows machines where you have installed Python from the :ref:`Microsoft Store <windows-store>`, the :file:`python3.8` command will be available. If you have the :ref:`py.exe launcher <launcher>` installed, you can use the :file:`py` command. See :ref:`setting-envvars` for other ways to launch Python. |