[Python-checkins] Update interpreter.rst (GH-17059)

Victor Stinner webhook-mailer at python.org
Tue Nov 5 08:53:17 EST 2019


https://github.com/python/cpython/commit/5e01a6542a1beb552a17e16b71dc0ba9fc6adcfb
commit: 5e01a6542a1beb552a17e16b71dc0ba9fc6adcfb
branch: master
author: Jules Lasne (jlasne) <jules.lasne at gmail.com>
committer: Victor Stinner <vstinner at python.org>
date: 2019-11-05T14:20:38+01:00
summary:

Update interpreter.rst (GH-17059)

Fixed what seemed to be a weird phrasing.

files:
M Doc/tutorial/interpreter.rst

diff --git a/Doc/tutorial/interpreter.rst b/Doc/tutorial/interpreter.rst
index ffab8fa4e0d84..b78d2960ac543 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.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.



More information about the Python-checkins mailing list