From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sun, 29 Jan 2023 21:14:18 +0000 (-0800) Subject: Fix trivial typo in shebang example (GH-101385) X-Git-Tag: v3.10.10~20 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6aabbe2b15d7c1ad671c76f166bf553e7ebc7253;p=thirdparty%2FPython%2Fcpython.git Fix trivial typo in shebang example (GH-101385) The example was showing the current version, but should be pinned to 3.7 to match the example command. (cherry picked from commit 666c0840dcac9941fa41ec619fef8d45cd849a0b) Co-authored-by: socal-nerdtastic <37753609+socal-nerdtastic@users.noreply.github.com> --- diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst index 9489609b4b48..0c5684e570a1 100644 --- a/Doc/using/windows.rst +++ b/Doc/using/windows.rst @@ -780,7 +780,7 @@ is printed. Now try changing the first line to be: Re-executing the command should now print the latest Python 3.x information. As with the above command-line examples, you can specify a more explicit version qualifier. Assuming you have Python 3.7 installed, try changing -the first line to ``#! python3.7`` and you should find the |version| +the first line to ``#! python3.7`` and you should find the 3.7 version information printed. Note that unlike interactive use, a bare "python" will use the latest