gh-98763: Prefer "python" over "python3" for command line examples in docs. (#98761)

This commit is contained in:
Mariusz Felisiak 2023-01-11 11:05:41 +01:00 committed by GitHub
parent 8795ad1bd0
commit 847d7708ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 77 additions and 77 deletions

View file

@ -449,7 +449,7 @@ When run, this outputs:
.. code-block:: shell-session
$ python3 compare-strs.py
$ python compare-strs.py
length of first string= 1
length of second string= 2
True