Skip to content

Commit 3467991

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. (cherry picked from commit 666c084) Co-authored-by: socal-nerdtastic <[email protected]>
1 parent 88a1e6d commit 3467991

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
@@ -784,7 +784,7 @@ is printed. Now try changing the first line to be:
784784
Re-executing the command should now print the latest Python 3.x information.
785785
As with the above command-line examples, you can specify a more explicit
786786
version qualifier. Assuming you have Python 3.7 installed, try changing
787-
the first line to ``#! python3.7`` and you should find the |version|
787+
the first line to ``#! python3.7`` and you should find the 3.7
788788
version information printed.
789789

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

0 commit comments

Comments
 (0)