summaryrefslogtreecommitdiff
path: root/docsite/rst/dev_guide/developing_program_flow_modules.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docsite/rst/dev_guide/developing_program_flow_modules.rst')
-rw-r--r--docsite/rst/dev_guide/developing_program_flow_modules.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docsite/rst/dev_guide/developing_program_flow_modules.rst b/docsite/rst/dev_guide/developing_program_flow_modules.rst
index dc0260f9a6..227ae96357 100644
--- a/docsite/rst/dev_guide/developing_program_flow_modules.rst
+++ b/docsite/rst/dev_guide/developing_program_flow_modules.rst
@@ -404,7 +404,7 @@ This is a boolean that turns on more verbose logging. If a module uses
:py:meth:`AnsibleModule.debug` rather than :py:meth:`AnsibleModule.log` then
the messages are only logged if this is True. This also turns on logging of
external commands that the module executes. This can be changed via
-the``debug`` setting in :file:`ansible.cfg` or the environment variable
+the ``debug`` setting in :file:`ansible.cfg` or the environment variable
:envvar:`ANSIBLE_DEBUG`. If, for some reason, a module must access this, it
should do so by instantiating an :class:`AnsibleModule` and accessing
:attr:`AnsibleModule._debug`.