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