Skip to content

Commit afaadba

Browse files
committed
Fix missing letter in method call
1 parent 945fbca commit afaadba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Chapter09/coffee_list1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def __init__(self):
6666
tables = self.db.tables()
6767
missing_tables = required_tables - set(tables)
6868
if missing_tables:
69-
qtw.QMessageBox.critica(
69+
qtw.QMessageBox.critical(
7070
None, 'DB Integrity Error'
7171
'Missing tables, please repair DB: '
7272
f'{missing_tables}')

0 commit comments

Comments
 (0)