filters/dict: document the correct return value (#9145)
parent
2a66ac719a
commit
dc856ab6fe
|
@ -57,8 +57,8 @@ EXAMPLES = '''
|
||||||
|
|
||||||
RETURN = '''
|
RETURN = '''
|
||||||
_value:
|
_value:
|
||||||
description: The dictionary having the provided key-value pairs.
|
description: A dictionary with the provided key-value pairs.
|
||||||
type: boolean
|
type: dictionary
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue