Update interpreter.rst (GH-17059)

Fixed what seemed to be a weird phrasing.
This commit is contained in:
Jules Lasne (jlasne) 2019-11-05 14:20:38 +01:00 committed by Victor Stinner
parent fbbfcce2d6
commit 5e01a6542a
1 changed files with 1 additions and 1 deletions

View File

@ -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.9` 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.