mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 17:43:36 +02:00
Fix a comment. Sigh...
This commit is contained in:
parent
122c2deffc
commit
ade36c94fa
1 changed files with 1 additions and 1 deletions
|
|
@ -481,7 +481,7 @@ def set_current_row(self, row, select=True):
|
|||
|
||||
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…
Reference in a new issue