1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-11-28 15:56:28 +00:00

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

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.