Skip to content

Commit c70a178

Browse files
committed
Improve distribution variant config docs
1 parent d33be84 commit c70a178

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/plugins/environment/virtual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ The following options are recognized for internal Python resolution.
7272

7373
The source of distributions is the [python-build-standalone](https://github.com/indygreg/python-build-standalone) project.
7474

75-
Some distributions have [variants](https://gregoryszorc.com/docs/python-build-standalone/main/running.html) that may be configured. Options may be combined.
75+
Some distributions have [variants](https://gregoryszorc.com/docs/python-build-standalone/main/running.html) that may be configured with environment variables. Options may be combined.
7676

7777
| Option | Platforms | Allowed values |
7878
| --- | --- | --- |

docs/tutorials/python/manage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ When there are no updates available for a distribution, a warning will be displa
126126

127127
```
128128
$ hatch python update 3.12
129-
The latest version is already installed: 3.12.3
129+
The latest version is already installed: 3.12.7
130130
```
131131

132132
## Removal

0 commit comments

Comments
 (0)