Commit 659cb311 by Michael DeHaan Committed by James Tanner

Merge pull request #5520 from kormoc/fix_symetric_tyop

While looking into filters, I noticed that the documentation has a typo....
parent 21b4212f
......@@ -190,9 +190,9 @@ To get the difference of 2 lists (items in 1 that don't exist in 2)::
{{ list1 |difference(list2)}}
To get the symetric difference of 2 lists (items exclusive to each list)::
To get the symmetric difference of 2 lists (items exclusive to each list)::
{{ list1 |symetric_difference(list2)}}
{{ list1 |symmetric_difference(list2)}}
.. _other_useful_filters:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment