]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.7] [3.8] Update interpreter.rst (GH-17059) (GH-17060) (GH-17061)
authorJules Lasne (jlasne) <jules.lasne@gmail.com>
Tue, 5 Nov 2019 14:02:09 +0000 (15:02 +0100)
committerVictor Stinner <vstinner@python.org>
Tue, 5 Nov 2019 14:02:09 +0000 (15:02 +0100)
Fixed what seemed to be a weird phrasing.

(cherry picked from commit 5e01a6542a1beb552a17e16b71dc0ba9fc6adcfb)

Co-authored-by: Jules Lasne (jlasne) <jules.lasne@gmail.com>.
(cherry picked from commit 1eac437e8da106a626efffe9fce1cb47dbf5be35)

Co-authored-by: Jules Lasne (jlasne) <jules.lasne@gmail.com>
Doc/tutorial/interpreter.rst

index daa4173642447c55e5bda9f48b8ba43291eaefd8..3bacab35da339132893415629e2dc7e98d9c1ef9 100644 (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.7` 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.