]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix trivial typo in shebang example (GH-101385)
authorsocal-nerdtastic <37753609+socal-nerdtastic@users.noreply.github.com>
Sat, 28 Jan 2023 13:18:04 +0000 (05:18 -0800)
committerGitHub <noreply@github.com>
Sat, 28 Jan 2023 13:18:04 +0000 (15:18 +0200)
The example was showing the current version, but should be pinned to 3.7 to match the example command.

Doc/using/windows.rst

index b2a0214026e48cf3827b1803238f89368913d898..bd09666d5e01c1f3b7fb29e7a1ad4f8d5986d936 100644 (file)
@@ -797,7 +797,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