Update zip.yml (#82840)

Fix typo of mydcit instead of mydict.
pull/82850/head
neofright 2 months ago committed by GitHub
parent 2bb09bfd12
commit 732df49e46
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -34,7 +34,7 @@ EXAMPLES: |
shorter: "{{ [1,2,3] | zip(['a','b','c','d','e','f']) }}"
# compose dict from lists of keys and values
mydcit: "{{ dict(keys_list | zip(values_list)) }}"
mydict: "{{ dict(keys_list | zip(values_list)) }}"
RETURN:
_value:

Loading…
Cancel
Save