Commit 1c3adb60 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Fix typo in label

parent 715e0916
......@@ -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)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment