Help: Fix JOIN generator expression syntax example

Fix syntax of the JOIN generator expression example,
from `$<JOIN,list,glue>` to `$<JOIN:list,glue>`.
This commit is contained in:
xndcn
2025-05-14 21:21:32 +08:00
committed by Brad King
parent 7deaa4dfb8
commit ad1d9507ba

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>