From ade36c94fa1b2991774316dea30f9ddd1db64548 Mon Sep 17 00:00:00 2001 From: Charles Haley <> Date: Fri, 17 Sep 2010 23:03:00 +0100 Subject: [PATCH] Fix a comment. Sigh... --- src/calibre/gui2/library/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/library/views.py b/src/calibre/gui2/library/views.py index b364bd5f70..77d15e69c6 100644 --- a/src/calibre/gui2/library/views.py +++ b/src/calibre/gui2/library/views.py @@ -481,7 +481,7 @@ class BooksView(QTableView): # {{{ def select_rows_with_id(self, ids): ''' - Loop through the visible rows, selecting any that have db_id in ids + Loop through the visible rows, selecting any that have db_id in list ids ''' ids = set(ids) selmode = self.selectionMode()