mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
Fix typo in 'File Not Found' message
This commit is contained in:
parent
66ab8ce99d
commit
c10c5b9831
1 changed files with 1 additions and 1 deletions
|
|
@ -246,7 +246,7 @@ def reload(self, event):
|
||||||
"""
|
"""
|
||||||
if not self.filename:
|
if not self.filename:
|
||||||
messagebox.showinfo(
|
messagebox.showinfo(
|
||||||
“File Not Found",
|
"File Not Found",
|
||||||
"This window has no associated file to reload.",
|
"This window has no associated file to reload.",
|
||||||
parent=self.text)
|
parent=self.text)
|
||||||
self.text.focus_set()
|
self.text.focus_set()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue