Skip to content

Commit 980ec86

Browse files
felixxmerlend-aasland
authored andcommitted
python/cpython#98763: Prefer "python" over "python3" for command line examples in docs. (python/cpython#98761)
1 parent d49557b commit 980ec86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/howto/clinic.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ If you run that script, specifying a C file as an argument:
8686

8787
.. code-block:: shell-session
8888
89-
$ python3 Tools/clinic/clinic.py foo.c
89+
$ python Tools/clinic/clinic.py foo.c
9090
9191
Argument Clinic will scan over the file looking for lines that
9292
look exactly like this:

0 commit comments

Comments
 (0)