Fix naming discrepancy in zip filter example (#60918)

Fix naming discrepancy in zip filter example
pull/54309/head
Mark Chesney 5 years ago committed by Alicia Cozine
parent 92380d7050
commit 11be31db71

@ -292,10 +292,10 @@ Similarly to the output of the ``items2dict`` filter mentioned above, these filt
Which turns:: Which turns::
list_one: keys_list:
- one - one
- two - two
list_two: values_list:
- apple - apple
- orange - orange

Loading…
Cancel
Save