Empty line before aliases

This commit is contained in:
413Michele 2025-07-27 13:03:06 +02:00 committed by GitHub
parent ff8a8b4cb2
commit 2f59fa2a8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1982,7 +1982,9 @@ r'''
items in ``list1`` and ``list2``[/], removing duplicate items using a case-insensitive items in ``list1`` and ``list2``[/], removing duplicate items using a case-insensitive
comparison. If items differ in case, the one in ``list1`` is used. comparison. If items differ in case, the one in ``list1`` is used.
The items in ``list1`` and ``list2`` are separated by ``separator``, as are the The items in ``list1`` and ``list2`` are separated by ``separator``, as are the
items in the returned list. Aliases: ``merge_lists()``, ``list_union()`` items in the returned list.
Aliases: ``merge_lists()``, ``list_union()``
''') ''')
aliases = ['merge_lists'] aliases = ['merge_lists']