commit | 1142d595eed6ee9a8bae0907d2347ddae0692651 | [log] [tgz] |
---|---|---|
author | Andrew M. Kuchling <amk@amk.ca> | Wed Jan 02 16:38:19 2002 +0000 |
committer | Andrew M. Kuchling <amk@amk.ca> | Wed Jan 02 16:38:19 2002 +0000 |
tree | f0cbdf782bf4d64f5ae73a05d8e199c0bfaccda4 | |
parent | 4f6fe5242464e7930e0bd410bb68ba8b97b8514f [diff] [blame] |
Fix typo in label
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 @@ 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)