Fix naming discrepancy in zip filter example (#60918)

Fix naming discrepancy in zip filter example
This commit is contained in:
Mark Chesney 2019-08-20 07:53:15 -07:00 committed by Alicia Cozine
parent 92380d7050
commit 11be31db71

View file

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