Skip to content

Commit

Permalink
Fix trivial typo in shebang example (pythonGH-101385)
Browse files Browse the repository at this point in the history
The example was showing the current version, but should be pinned to 3.7 to match the example command.
  • Loading branch information
socal-nerdtastic authored Jan 28, 2023
1 parent 84483aa commit 666c084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/using/windows.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 666c084

Please sign in to comment.