summaryrefslogtreecommitdiffstats
path: root/Doc/howto/clinic.rst
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2023-01-11 10:05:41 (GMT)
committerGitHub <noreply@github.com>2023-01-11 10:05:41 (GMT)
commit847d7708ba8739a5d5d31f22d71497527a7d8241 (patch)
tree58d716731eaf7ff9b9e5bd806d1c8a2b26157ff9 /Doc/howto/clinic.rst
parent8795ad1bd0d6ee031543fcaf5a86a60b37950714 (diff)
downloadcpython-847d7708ba8739a5d5d31f22d71497527a7d8241.zip
cpython-847d7708ba8739a5d5d31f22d71497527a7d8241.tar.gz
cpython-847d7708ba8739a5d5d31f22d71497527a7d8241.tar.bz2
gh-98763: Prefer "python" over "python3" for command line examples in docs. (#98761)
Diffstat (limited to 'Doc/howto/clinic.rst')
-rw-r--r--Doc/howto/clinic.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/howto/clinic.rst b/Doc/howto/clinic.rst
index a97f1d2..8a10fe3 100644
--- a/Doc/howto/clinic.rst
+++ b/Doc/howto/clinic.rst
@@ -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: