mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
gh-98763: Prefer "python" over "python3" for command line examples in docs. (#98761)
This commit is contained in:
parent
8795ad1bd0
commit
847d7708ba
8 changed files with 77 additions and 77 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue