diff options
| author | Anand Buddhdev <anandb@ripe.net> | 2025-04-29 10:34:33 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-29 10:34:33 +0200 |
| commit | 2ee4f9808ff50bf35f36b28657933afd6d80e268 (patch) | |
| tree | 10c62bf7a55bb477064ba5314584c3885c7dd493 /plugins | |
| parent | 137bfbbfd1e39897f02ca47e9f010b0d81cc15ef (diff) | |
| download | zsh-2ee4f9808ff50bf35f36b28657933afd6d80e268.tar.gz zsh-2ee4f9808ff50bf35f36b28657933afd6d80e268.tar.bz2 zsh-2ee4f9808ff50bf35f36b28657933afd6d80e268.zip | |
docs(python): fix typo (#13096)
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/python/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/python/README.md b/plugins/python/README.md index 490cf88f1..ca424ea55 100644 --- a/plugins/python/README.md +++ b/plugins/python/README.md @@ -34,7 +34,7 @@ virtual environments: `<venv-name>/bin/activate`, and automatically deactivate it when navigating out of it (keeps venv activated in subdirectories). - To enable the feature, set `PYTHON_AUTO_VRUN=true` before sourcing oh-my-zsh. - - The plugin activates the first existing virtual environment, in order, appearing in `$PYTON_VENV_NAMES`. + - The plugin activates the first existing virtual environment, in order, appearing in `$PYTHON_VENV_NAMES`. The default virtual environment name is `venv`. To use a different name, set `PYTHON_VENV_NAME=<venv-name>`. For example: `PYTHON_VENV_NAME=".venv"` |
