diff options
author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-01-11 10:05:41 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-11 10:05:41 (GMT) |
commit | 847d7708ba8739a5d5d31f22d71497527a7d8241 (patch) | |
tree | 58d716731eaf7ff9b9e5bd806d1c8a2b26157ff9 /Doc/howto/unicode.rst | |
parent | 8795ad1bd0d6ee031543fcaf5a86a60b37950714 (diff) | |
download | cpython-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/unicode.rst')
-rw-r--r-- | Doc/howto/unicode.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/howto/unicode.rst b/Doc/howto/unicode.rst index ca09aee..b0faa68 100644 --- a/Doc/howto/unicode.rst +++ b/Doc/howto/unicode.rst @@ -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 |