diff --git a/docs/plugins/environment/virtual.md b/docs/plugins/environment/virtual.md index a20ebd6bc..0e36fcb49 100644 --- a/docs/plugins/environment/virtual.md +++ b/docs/plugins/environment/virtual.md @@ -72,7 +72,7 @@ The following options are recognized for internal Python resolution. The source of distributions is the [python-build-standalone](https://github.com/indygreg/python-build-standalone) project. -Some distributions have [variants](https://gregoryszorc.com/docs/python-build-standalone/main/running.html) that may be configured. Options may be combined. +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. | Option | Platforms | Allowed values | | --- | --- | --- | diff --git a/docs/tutorials/python/manage.md b/docs/tutorials/python/manage.md index 43ca6c650..1ba0f5b6f 100644 --- a/docs/tutorials/python/manage.md +++ b/docs/tutorials/python/manage.md @@ -126,7 +126,7 @@ When there are no updates available for a distribution, a warning will be displa ``` $ hatch python update 3.12 -The latest version is already installed: 3.12.3 +The latest version is already installed: 3.12.7 ``` ## Removal