Fix a comment. Sigh...

This commit is contained in:
Charles Haley 2010-09-17 23:03:00 +01:00
parent 122c2deffc
commit ade36c94fa

View File

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