From 5341d23621d48b6de830e5e98f30041ba5e3115b Mon Sep 17 00:00:00 2001 From: Mariam Ahhttouche Date: Tue, 10 Mar 2026 15:06:17 +0000 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/modules/uv_python.py b/plugins/modules/uv_python.py index 184276a741..4240e54ede 100644 --- a/plugins/modules/uv_python.py +++ b/plugins/modules/uv_python.py @@ -27,8 +27,8 @@ options: - "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 at the end such as V(3.12), V(3.12.3), V(3.15.0a5)." - Advanced uv selectors such as V(>=3.12,<3.13) or V(cpython@3.12) are not supported in this release. - - "When you specify only a major.minor version, make sure the number is enclosed in quotes so that it gets parsed correctly.\n\ - Note that in case only a major.minor version are specified behavior depends on the O(state) parameter." + - When you specify only a major.minor version, make sure the number is enclosed in quotes so that it gets parsed correctly. + Note that in case only a major.minor version are specified behavior depends on the O(state) parameter. type: str required: true state: