From 51153a615c7851595bbffbc7164190ebed2b7dfd Mon Sep 17 00:00:00 2001 From: Mariam Ahhttouche Date: Tue, 10 Mar 2026 15:07:00 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/uv_python.py b/plugins/modules/uv_python.py index 4240e54ede..6fe2be68ce 100644 --- a/plugins/modules/uv_python.py +++ b/plugins/modules/uv_python.py @@ -6,7 +6,7 @@ DOCUMENTATION = r""" module: uv_python -short_description: Manage Python versions and installations using uv Python package manager +short_description: Manage Python versions and installations using the C(uv) Python package manager description: - Install, uninstall or upgrade Python versions managed by C(uv). version_added: "12.5.0"