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 666c0840dc)

Co-authored-by: socal-nerdtastic <37753609+socal-nerdtastic@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2023-01-29 13:14:18 -08:00 committed by GitHub
parent 95f75ca6d8
commit 6aabbe2b15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -780,7 +780,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