mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix a comment. Sigh...
This commit is contained in:
parent
122c2deffc
commit
ade36c94fa
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user