summaryrefslogtreecommitdiff
path: root/plugins/python/README.md
diff options
context:
space:
mode:
authorCarlo Sala <carlosalag@protonmail.com>2022-04-09 14:45:42 +0200
committerGitHub <noreply@github.com>2022-04-09 14:45:42 +0200
commit0818df057cca59a949ffa88947a6b16dec2411ca (patch)
treee74e2a141c494fad28b72f0829655f1c448021f1 /plugins/python/README.md
parentb3999a4b156185b617a5608317497399f88dc8fe (diff)
downloadzsh-0818df057cca59a949ffa88947a6b16dec2411ca.tar.gz
zsh-0818df057cca59a949ffa88947a6b16dec2411ca.tar.bz2
zsh-0818df057cca59a949ffa88947a6b16dec2411ca.zip
fix: use `python3` for all `python` invocations (#10832)
Diffstat (limited to 'plugins/python/README.md')
-rw-r--r--plugins/python/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/python/README.md b/plugins/python/README.md
index c1f0adef8..97c1a34ee 100644
--- a/plugins/python/README.md
+++ b/plugins/python/README.md
@@ -12,7 +12,7 @@ plugins=(... python)
| Command | Description |
| ---------------- | -------------------------------------------------------------------------------------- |
-| `py` | Runs `python` |
+| `py` | Runs `python3` |
| `ipython` | Runs the appropriate `ipython` version according to the activated virtualenv |
| `pyfind` | Finds .py files recursively in the current directory |
| `pyclean [dirs]` | Deletes byte-code and cache files from a list of directories or the current one |