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"