mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-31 14:33:54 -04:00
Empty line before aliases
This commit is contained in:
parent
ff8a8b4cb2
commit
2f59fa2a8b
@ -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']
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user