From d3f2f600c7d651ea3c80284f7201eef7a49c75e1 Mon Sep 17 00:00:00 2001 From: Kenyon Ralph Date: Wed, 27 Mar 2019 15:00:21 -0700 Subject: [PATCH] common_return_values.rst: add missing closing parenthesis (#54487) --- docs/docsite/rst/reference_appendices/common_return_values.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/reference_appendices/common_return_values.rst b/docs/docsite/rst/reference_appendices/common_return_values.rst index c7aac6c4950..2749526550a 100644 --- a/docs/docsite/rst/reference_appendices/common_return_values.rst +++ b/docs/docsite/rst/reference_appendices/common_return_values.rst @@ -6,7 +6,7 @@ Return Values .. contents:: Topics Ansible modules normally return a data structure that can be registered into a variable, or seen directly when output by -the `ansible` program. Each module can optionally document its own unique return values (visible through ansible-doc and on the :ref:`main docsite`. +the `ansible` program. Each module can optionally document its own unique return values (visible through ansible-doc and on the :ref:`main docsite`). This document covers return values common to all modules.