We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab4f4dc commit e52d11bCopy full SHA for e52d11b
contact-book-python-textual/source_code/rpcontacts/tui.py
@@ -102,7 +102,7 @@ def check_answer(accepted):
102
self.query_one(DataTable).clear()
103
104
self.push_screen(
105
- QuestionDialog("Are you sure you want te remove all contacts?"),
+ QuestionDialog("Are you sure you want to remove all contacts?"),
106
check_answer,
107
)
108
contact-book-python-textual/source_code_step_6/rpcontacts/tui.py
0 commit comments