This commit is contained in:
Kovid Goyal 2017-02-24 13:36:36 +05:30
parent 5da5551b62
commit e555246d29

View File

@ -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)