Fix typo in label

This commit is contained in:
Andrew M. Kuchling 2002-01-02 16:38:19 +00:00
parent 4f6fe52424
commit 1142d595ee
1 changed files with 1 additions and 1 deletions

View File

@ -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)