summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorShakil Bijabhai <48607673+exshak@users.noreply.github.com>2021-07-22 15:20:55 -0400
committerGitHub <noreply@github.com>2021-07-22 15:20:55 -0400
commit80c5eca2ee3969f24d74fd1f169228af5c8ca2b2 (patch)
tree41b833b6c54e2d346c6e29dc4398bf47341da4e8 /docs
parentb233210e43710f2b15dd96fdccb5a62562e7515e (diff)
docs: fix typo for python in README.md (#2909)
Diffstat (limited to 'docs')
-rw-r--r--docs/config/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/config/README.md b/docs/config/README.md
index 08f60582a..2b0274de7 100644
--- a/docs/config/README.md
+++ b/docs/config/README.md
@@ -2290,7 +2290,7 @@ By default the module will be shown if any of the following conditions are met:
| `style` | `"yellow bold"` | The style for the module. |
| `pyenv_version_name` | `false` | Use pyenv to get Python version |
| `pyenv_prefix` | `pyenv ` | Prefix before pyenv version display, only used if pyenv is used |
-| `python_binary` | `["python", "python3, "python2"]` | Configures the python binaries that Starship should executes when getting the version. |
+| `python_binary` | `["python", "python3", "python2"]` | Configures the python binaries that Starship should executes when getting the version. |
| `detect_extensions` | `["py"]` | Which extensions should trigger this module |
| `detect_files` | `[".python-version", "Pipfile", "__init__.py", "pyproject.toml", "requirements.txt", "setup.py", "tox.ini"]` | Which filenames should trigger this module |
| `detect_folders` | `[]` | Which folders should trigger this module |