Skip to content

Commit fc88007

Browse files
committed
[3.8] Update interpreter.rst (pythonGH-17059)
Fixed what seemed to be a weird phrasing.. (cherry picked from commit 5e01a65) Co-authored-by: Jules Lasne (jlasne) <jules.lasne@gmail.com>
1 parent 0eb6fef commit fc88007

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Doc/tutorial/interpreter.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,11 @@ is an installation option, other places are possible; check with your local
2323
Python guru or system administrator. (E.g., :file:`/usr/local/python` is a
2424
popular alternative location.)
2525

26-
On Windows machines where you have installed from the :ref:`Microsoft Store
27-
<windows-store>`, the :file:`python3.8` command will be available. If you have
28-
the :ref:`py.exe launcher <launcher>` installed, you can use the :file:`py`
29-
command. See :ref:`setting-envvars` for other ways to launch Python.
26+
On Windows machines where you have installed Python from the
27+
:ref:`Microsoft Store <windows-store>`, the :file:`python3.8` command will be
28+
available. If you have the :ref:`py.exe launcher <launcher>` installed, you can
29+
use the :file:`py` command. See :ref:`setting-envvars` for other ways to launch
30+
Python.
3031

3132
Typing an end-of-file character (:kbd:`Control-D` on Unix, :kbd:`Control-Z` on
3233
Windows) at the primary prompt causes the interpreter to exit with a zero exit

0 commit comments

Comments
 (0)