Skip to content

Commit e52d11b

Browse files
authored
Final QA (#584)
1 parent ab4f4dc commit e52d11b

File tree

2 files changed

+2
-2
lines changed
  • contact-book-python-textual
    • source_code_step_6/rpcontacts
    • source_code/rpcontacts

2 files changed

+2
-2
lines changed

contact-book-python-textual/source_code/rpcontacts/tui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def check_answer(accepted):
102102
self.query_one(DataTable).clear()
103103

104104
self.push_screen(
105-
QuestionDialog("Are you sure you want te remove all contacts?"),
105+
QuestionDialog("Are you sure you want to remove all contacts?"),
106106
check_answer,
107107
)
108108

contact-book-python-textual/source_code_step_6/rpcontacts/tui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def check_answer(accepted):
102102
self.query_one(DataTable).clear()
103103

104104
self.push_screen(
105-
QuestionDialog("Are you sure you want te remove all contacts?"),
105+
QuestionDialog("Are you sure you want to remove all contacts?"),
106106
check_answer,
107107
)
108108

0 commit comments

Comments
 (0)