From e555246d29d007e3c54acfa97f89b08b1874b757 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 24 Feb 2017 13:36:36 +0530 Subject: [PATCH] ... --- src/calibre/ebooks/oeb/polish/split.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/calibre/ebooks/oeb/polish/split.py b/src/calibre/ebooks/oeb/polish/split.py index 1930a34cf9..670fcc4703 100644 --- a/src/calibre/ebooks/oeb/polish/split.py +++ b/src/calibre/ebooks/oeb/polish/split.py @@ -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) -