summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/lookup/subelements.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/plugins/lookup/subelements.py')
-rw-r--r--lib/ansible/plugins/lookup/subelements.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ansible/plugins/lookup/subelements.py b/lib/ansible/plugins/lookup/subelements.py
index f2216526..9b1af8b4 100644
--- a/lib/ansible/plugins/lookup/subelements.py
+++ b/lib/ansible/plugins/lookup/subelements.py
@@ -19,8 +19,8 @@ DOCUMENTATION = """
default: False
description:
- Lookup accepts this flag from a dictionary as optional. See Example section for more information.
- - If set to V(True), the lookup plugin will skip the lists items that do not contain the given subkey.
- - If set to V(False), the plugin will yield an error and complain about the missing subkey.
+ - If set to C(True), the lookup plugin will skip the lists items that do not contain the given subkey.
+ - If set to C(False), the plugin will yield an error and complain about the missing subkey.
"""
EXAMPLES = """