From 5cbfda409bf7e2feb33b1b7640005b93f94f3860 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 9 Feb 2025 08:10:26 +0100 Subject: [PATCH] Fix typo. (cherry picked from commit d6943c98382a2b43fe40e71c2ff558a74e77de6b) --- .../rst/filter_guide_abstract_informations_lists_helper.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/filter_guide_abstract_informations_lists_helper.rst b/docs/docsite/rst/filter_guide_abstract_informations_lists_helper.rst index 63db10a782..505320c79c 100644 --- a/docs/docsite/rst/filter_guide_abstract_informations_lists_helper.rst +++ b/docs/docsite/rst/filter_guide_abstract_informations_lists_helper.rst @@ -65,7 +65,7 @@ All three statements are equivalent and give: .. note:: Be aware that in most cases, filter calls without any argument require ``flatten=true``, otherwise the input is returned as result. The reason for this is, that the input is considered as a variable argument and is wrapped by an additional outer list. ``flatten=true`` ensures that this list is removed before the input is processed by the filter logic. -The filters ansplugin:`community.general.lists_difference#filter` or :ansplugin:`community.general.lists_symmetric_difference#filter` can be used in the same way as the filters in the examples above. They calculate the difference or the symmetric difference between two or more lists and preserve the item order. +The filters :ansplugin:`community.general.lists_difference#filter` or :ansplugin:`community.general.lists_symmetric_difference#filter` can be used in the same way as the filters in the examples above. They calculate the difference or the symmetric difference between two or more lists and preserve the item order. For example, the symmetric difference of ``A``, ``B`` and ``C`` may be written as: