Skip to content

Commit 6aabbe2

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 95f75ca commit 6aabbe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/using/windows.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ is printed. Now try changing the first line to be:
780780
Re-executing the command should now print the latest Python 3.x information.
781781
As with the above command-line examples, you can specify a more explicit
782782
version qualifier. Assuming you have Python 3.7 installed, try changing
783-
the first line to ``#! python3.7`` and you should find the |version|
783+
the first line to ``#! python3.7`` and you should find the 3.7
784784
version information printed.
785785

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

0 commit comments

Comments
 (0)