[PR #9145/dc856ab6 backport][stable-8] filters/dict: document the correct return value (#9149)

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

(cherry picked from commit dc856ab6fe)

Co-authored-by: Max Gautier <mg@max.gautier.name>
pull/9154/head
patchback[bot] 2024-11-18 20:58:46 +01:00 committed by GitHub
parent 9813a5e753
commit c050fe7d2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

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