]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix trivial typo in shebang example (GH-101385)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 29 Jan 2023 21:14:23 +0000 (13:14 -0800)
committerGitHub <noreply@github.com>
Sun, 29 Jan 2023 21:14:23 +0000 (13:14 -0800)
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>
Doc/using/windows.rst

index ce1d55e6e2e2fb231e38da2527bdda72dfd05552..092ce47ad39af486eec68f7dc469f2028f78b580 100644 (file)
@@ -784,7 +784,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