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

pull/9160/head
Max Gautier 2024-11-18 20:42:14 +01:00 committed by GitHub
parent 2a66ac719a
commit dc856ab6fe
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 = ''' 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
''' '''