common_return_values.rst: add missing closing parenthesis (#54487)

This commit is contained in:
Kenyon Ralph 2019-03-27 15:00:21 -07:00 committed by René Moser
parent 75d733afd2
commit d3f2f600c7

View file

@ -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<ansible_documentation>`.
the `ansible` program. Each module can optionally document its own unique return values (visible through ansible-doc and on the :ref:`main docsite<ansible_documentation>`).
This document covers return values common to all modules.