From fc880075a932f35916e611f2a0526d11199f16eb Mon Sep 17 00:00:00 2001 From: "Jules Lasne (jlasne)" Date: Tue, 5 Nov 2019 14:20:38 +0100 Subject: [PATCH 1/2] [3.8] Update interpreter.rst (GH-17059) Fixed what seemed to be a weird phrasing.. (cherry picked from commit 5e01a6542a1beb552a17e16b71dc0ba9fc6adcfb) Co-authored-by: Jules Lasne (jlasne) --- Doc/tutorial/interpreter.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Doc/tutorial/interpreter.rst b/Doc/tutorial/interpreter.rst index 320befdbb9d0cd..af31f647a647cd 100644 --- a/Doc/tutorial/interpreter.rst +++ b/Doc/tutorial/interpreter.rst @@ -23,10 +23,11 @@ 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 -`, the :file:`python3.8` command will be available. If you have -the :ref:`py.exe launcher ` installed, you can use the :file:`py` -command. See :ref:`setting-envvars` for other ways to launch Python. +On Windows machines where you have installed Python from the +:ref:`Microsoft Store `, the :file:`python3.8` command will be +available. If you have the :ref:`py.exe launcher ` installed, you can +use the :file:`py` command. See :ref:`setting-envvars` for other ways to launch +Python. Typing an end-of-file character (:kbd:`Control-D` on Unix, :kbd:`Control-Z` on Windows) at the primary prompt causes the interpreter to exit with a zero exit From 7ebb800cefede33c52d07eab460519e5b41309a5 Mon Sep 17 00:00:00 2001 From: "Jules Lasne (jlasne - seluj78)" Date: Tue, 5 Nov 2019 14:42:57 +0100 Subject: [PATCH 2/2] Removed the line formatting i've done --- Doc/tutorial/interpreter.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Doc/tutorial/interpreter.rst b/Doc/tutorial/interpreter.rst index af31f647a647cd..501fb6a785624a 100644 --- a/Doc/tutorial/interpreter.rst +++ b/Doc/tutorial/interpreter.rst @@ -23,11 +23,10 @@ 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 Python from the -:ref:`Microsoft Store `, the :file:`python3.8` command will be -available. If you have the :ref:`py.exe launcher ` installed, you can -use the :file:`py` command. See :ref:`setting-envvars` for other ways to launch -Python. +On Windows machines where you have installed Python from the :ref:`Microsoft Store +`, the :file:`python3.8` command will be available. If you have +the :ref:`py.exe launcher ` installed, you can use the :file:`py` +command. See :ref:`setting-envvars` for other ways to launch Python. Typing an end-of-file character (:kbd:`Control-D` on Unix, :kbd:`Control-Z` on Windows) at the primary prompt causes the interpreter to exit with a zero exit