filters/dict: document the correct return value (#9145)

This commit is contained in:
Max Gautier
2024-11-18 20:42:14 +01:00
committed by GitHub
parent 2a66ac719a
commit dc856ab6fe

View File

@@ -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
'''