From 4c64613a4dd7a323f75af2c1ee91dc64d28ce12b Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 6 Aug 2012 11:52:51 +0530 Subject: [PATCH] ... --- src/calibre/devices/interface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/devices/interface.py b/src/calibre/devices/interface.py index 4fd5fea252..64aff3bad2 100644 --- a/src/calibre/devices/interface.py +++ b/src/calibre/devices/interface.py @@ -607,7 +607,7 @@ class BookList(list): pass def supports_collections(self): - ''' Return True if the the device supports collections for this book list. ''' + ''' Return True if the device supports collections for this book list. ''' raise NotImplementedError() def add_book(self, book, replace_metadata):