Skip to content

Commit c10c5b9

Browse files
authored
Fix typo in 'File Not Found' message
1 parent 66ab8ce commit c10c5b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/idlelib/iomenu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ def reload(self, event):
246246
"""
247247
if not self.filename:
248248
messagebox.showinfo(
249-
File Not Found",
249+
"File Not Found",
250250
"This window has no associated file to reload.",
251251
parent=self.text)
252252
self.text.focus_set()

0 commit comments

Comments
 (0)