From c050fe7d2ae7a1fdb5b1323c7b7f4548ce2adcca Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 20:58:46 +0100 Subject: [PATCH] [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 dc856ab6fe5667c79621d178dffd31f2e78347d4) Co-authored-by: Max Gautier --- 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 '''