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
+1 -1
View File
@@ -1230,7 +1230,7 @@ The module will be shown if any of the following conditions are met:
| Variable | Default | Description | | 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 `python_binary` variable changes the binary that Starship executes to get
the version of Python, it doesn't change the arguments that are used. the version of Python, it doesn't change the arguments that are used.