mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Fix typo in label
This commit is contained in:
parent
4f6fe52424
commit
1142d595ee
1 changed files with 1 additions and 1 deletions
|
@ -138,6 +138,6 @@ if __name__ == "__main__":
|
||||||
except (ImportError, AttributeError):
|
except (ImportError, AttributeError):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
print "open", askopenfilename(filetypes=[("all filez", "*")]).encode(enc)
|
print "open", askopenfilename(filetypes=[("all files", "*")]).encode(enc)
|
||||||
print "saveas", asksaveasfilename().encode(enc)
|
print "saveas", asksaveasfilename().encode(enc)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue