From 38200235ab12ac8cc7d4c85851c2ca26f358f801 Mon Sep 17 00:00:00 2001 From: Mariam Ahhttouche Date: Sat, 7 Mar 2026 15:29:39 +0000 Subject: [PATCH] Remove escape character from documentation in 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 2ad344d658..ca73814cce 100644 --- a/plugins/modules/uv_python.py +++ b/plugins/modules/uv_python.py @@ -24,7 +24,7 @@ options: description: - 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,\nwith an optional 'pre-release' tag at the end such as V(3.12), V(3.12.3), V(3.15.0a5)." + 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."