Skip to content

Commit 666c084

Browse files
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.
1 parent 84483aa commit 666c084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/using/windows.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ is printed. Now try changing the first line to be:
797797
Re-executing the command should now print the latest Python 3.x information.
798798
As with the above command-line examples, you can specify a more explicit
799799
version qualifier. Assuming you have Python 3.7 installed, try changing
800-
the first line to ``#! python3.7`` and you should find the |version|
800+
the first line to ``#! python3.7`` and you should find the 3.7
801801
version information printed.
802802

803803
Note that unlike interactive use, a bare "python" will use the latest

0 commit comments

Comments
 (0)