aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Lasne (jlasne) <jules.lasne@gmail.com>2019-11-05 14:20:38 +0100
committerVictor Stinner <vstinner@python.org>2019-11-05 14:20:38 +0100
commit5e01a6542a1beb552a17e16b71dc0ba9fc6adcfb (patch)
tree736269230960e7f9ec44a0e11378f575cd7048f4 /Doc/tutorial
parent_json.c: use Py_UNUSED() macro (GH-17053) (diff)
downloadcpython-5e01a6542a1beb552a17e16b71dc0ba9fc6adcfb.tar.gz
cpython-5e01a6542a1beb552a17e16b71dc0ba9fc6adcfb.tar.bz2
cpython-5e01a6542a1beb552a17e16b71dc0ba9fc6adcfb.zip
Update interpreter.rst (GH-17059)
Fixed what seemed to be a weird phrasing.
Diffstat (limited to 'Doc/tutorial')
-rw-r--r--Doc/tutorial/interpreter.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tutorial/interpreter.rst b/Doc/tutorial/interpreter.rst
index ffab8fa4e0..b78d2960ac 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.