mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 06:23:09 +02:00
...
This commit is contained in:
parent
5da5551b62
commit
e555246d29
1 changed files with 1 additions and 2 deletions
|
|
@ -257,7 +257,7 @@ def split(container, name, loc_or_xpath, before=True, totals=None):
|
|||
|
||||
def multisplit(container, name, xpath, before=True):
|
||||
'''
|
||||
Split the specified file at multiple locations (all tags that match the specified XPath expression. See also: :func:`split`.
|
||||
Split the specified file at multiple locations (all tags that match the specified XPath expression). See also: :func:`split`.
|
||||
Splitting automatically migrates all links and references to the affected
|
||||
files.
|
||||
|
||||
|
|
@ -500,4 +500,3 @@ def merge(container, category, names, master):
|
|||
merge_css(container, names, master)
|
||||
|
||||
container.dirty(master)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue