From baddf3f43f7e11b267504db367b6a876bc68228e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 4 Feb 2013 11:27:17 +0530 Subject: [PATCH] ... --- src/calibre/ebooks/oeb/polish/container.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/ebooks/oeb/polish/container.py b/src/calibre/ebooks/oeb/polish/container.py index 0591117a44..d2b6ac85b5 100644 --- a/src/calibre/ebooks/oeb/polish/container.py +++ b/src/calibre/ebooks/oeb/polish/container.py @@ -193,7 +193,7 @@ class Container(object): def remove_item(self, name): ''' - Remove the item identified by name from this container. This remove all + Remove the item identified by name from this container. This removes all references to the item in the OPF manifest, guide and spine as well as from any internal caches. '''