Merge topic 'doc-genex-JOIN'

ad1d9507ba Help: Fix JOIN generator expression syntax example

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !10777
This commit is contained in:
Brad King
2025-05-15 14:27:14 +00:00
committed by Kitware Robot

View File

@@ -571,7 +571,7 @@ List Transformations
:ref:`$\<LIST:JOIN,list,glue\> <GenEx LIST-JOIN>`, but the two have
different behavior with regard to empty items.
:ref:`$\<LIST:JOIN,list,glue\> <GenEx LIST-JOIN>` preserves all empty items,
whereas ``$<JOIN,list,glue>`` drops all empty items from the list.
whereas ``$<JOIN:list,glue>`` drops all empty items from the list.
.. genex:: $<REMOVE_DUPLICATES:list>