docs(python): Fix typo in advanced configuration (#1335)

This commit is contained in:
Zak Scholl 2020-06-15 11:46:08 -05:00 committed by GitHub
parent 3bce358516
commit 66297427a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1230,7 +1230,7 @@ The module will be shown if any of the following conditions are met:
| Variable | Default | Description |
| --------------- | -------- | ---------------------------------------------------------------------------- |
| `python_binary` | `python` | Confgures the python binary that Starship executes when getting the version. |
| `python_binary` | `python` | Configures the python binary that Starship executes when getting the version. |
The `python_binary` variable changes the binary that Starship executes to get
the version of Python, it doesn't change the arguments that are used.