From d44280e59144b0c7eb31ab898840f604098b3045 Mon Sep 17 00:00:00 2001 From: Mariam Ahhttouche Date: Thu, 5 Mar 2026 13:44:51 +0100 Subject: [PATCH] Update plugins/modules/uv_python.py documentation 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 a9ae4e0aa9..e3464d9f62 100644 --- a/plugins/modules/uv_python.py +++ b/plugins/modules/uv_python.py @@ -28,7 +28,7 @@ options: - Python version to manage. - | Not all canonical Python versions are supported in this release. Valid version numbers consist of two or three dot-separated numeric components, - with an optional 'pre-release' tag on the end such as C(3.12), C(3.12.3), C(3.15.0a5). + with an optional 'pre-release' tag on the end such as V(3.12), V(3.12.3), V(3.15.0a5). - Advanced uv selectors such as C(>=3.12,<3.13) or C(cpython@3.12) are not supported in this release. - When you specify only a major.minor version, behavior depends on the O(state) parameter. type: str