mirror of
https://github.com/python/cpython.git
synced 2025-10-28 12:15: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 @@ def askdirectory (**options):
|
|||
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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue