summaryrefslogtreecommitdiffstats
path: root/Lib/lib-tk
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/lib-tk')
-rw-r--r--Lib/lib-tk/tkFileDialog.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/lib-tk/tkFileDialog.py b/Lib/lib-tk/tkFileDialog.py
index f2604bc..6a3a464 100644
--- a/Lib/lib-tk/tkFileDialog.py
+++ b/Lib/lib-tk/tkFileDialog.py
@@ -138,6 +138,6 @@ if __name__ == "__main__":
except (ImportError, AttributeError):
pass
- print "open", askopenfilename(filetypes=[("all filez", "*")]).encode(enc)
+ print "open", askopenfilename(filetypes=[("all files", "*")]).encode(enc)
print "saveas", asksaveasfilename().encode(enc)