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

Doc/tutorial/interpreter.rst

index ffab8fa4e0d84d4db5f27b1e127d3eff08de294b..b78d2960ac5432a2b6e6c353309c591d1c879eff 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.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.