From c910ddc7c39eb58f7f333936e2e8264f73113b39 Mon Sep 17 00:00:00 2001 From: Mariam Ahhttouche Date: Thu, 5 Mar 2026 13:44:19 +0100 Subject: [PATCH] Update plugins/modules/uv_python.py Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com> --- plugins/modules/uv_python.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/uv_python.py b/plugins/modules/uv_python.py index 4337edbaf1..a9ae4e0aa9 100644 --- a/plugins/modules/uv_python.py +++ b/plugins/modules/uv_python.py @@ -38,7 +38,7 @@ options: - Desired state of the specified Python version. - | V(present) ensures the specified version is installed. - If you specify a full patch version (for example C(3.12.3)), that exact version will be installed if not already present. + If you specify a full patch version (for example O(version=3.12.3)), that exact version will be installed if not already present. If you only specify a minor version (for example C(3.12)), the latest available patch version for that minor release is installed only if no patch version for that minor release is currently installed (including patch versions not managed by C(uv)). RV(python_versions) and RV(python_paths) lengths are always equal to one for this state.