This commit is contained in:
Kovid Goyal 2012-08-06 11:52:51 +05:30
parent af3f6a62d9
commit 4c64613a4d

View File

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