Skip to content

Commit

Permalink
python/cpython#98763: Prefer "python" over "python3" for command line…
Browse files Browse the repository at this point in the history
… examples in docs. (python/cpython#98761)
  • Loading branch information
felixxm authored and erlend-aasland committed Sep 8, 2023
1 parent c8b7d15 commit 2e689ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/howto/clinic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ If you run that script, specifying a C file as an argument:

.. code-block:: shell-session
$ python3 Tools/clinic/clinic.py foo.c
$ python Tools/clinic/clinic.py foo.c
Argument Clinic will scan over the file looking for lines that
look exactly like this:
Expand Down

0 comments on commit 2e689ce

Please sign in to comment.