Fix naming discrepancy in zip filter example (#60918)
Fix naming discrepancy in zip filter example
This commit is contained in:
parent
92380d7050
commit
11be31db71
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue