From 1ad2630b308be7a3728e2939805f0e61b208c408 Mon Sep 17 00:00:00 2001 From: Mariam Ahhttouche Date: Sat, 7 Mar 2026 15:28:02 +0000 Subject: [PATCH] Apply linguistic guidelines for 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 7cc3402420..2ad344d658 100644 --- a/plugins/modules/uv_python.py +++ b/plugins/modules/uv_python.py @@ -123,7 +123,7 @@ class UV: except (ValueError, AttributeError): self.module.fail_json( msg="Unsupported version format. Valid version numbers consist of two or three dot-separated numeric components, \ - with an optional 'pre-release' tag on the end (e.g. 3.12, 3.12.3, 3.15.0a5) are supported in this release." + with an optional 'pre-release' tag on the end (for example 3.12, 3.12.3, 3.15.0a5) are supported in this release." ) def _ensure_min_uv_version(self):