From dc856ab6fe5667c79621d178dffd31f2e78347d4 Mon Sep 17 00:00:00 2001 From: Max Gautier Date: Mon, 18 Nov 2024 20:42:14 +0100 Subject: [PATCH] filters/dict: document the correct return value (#9145) --- plugins/filter/dict.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/filter/dict.py b/plugins/filter/dict.py index 720c9def96..3e0558bb61 100644 --- a/plugins/filter/dict.py +++ b/plugins/filter/dict.py @@ -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 '''