mirror of
https://github.com/python/cpython.git
synced 2025-11-01 14:11:41 +00:00
Typo discovered by Case Roole.
This commit is contained in:
parent
d6449a2b11
commit
46a0bb4c3c
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ def dialog(master, title, text, bitmap, default, *args):
|
|||
padx='2m', pady='2m', ipadx='2m', ipady='1m')
|
||||
else:
|
||||
b.pack (side=LEFT, expand=1,
|
||||
padx='3m', pady='3m', ipady='2m', ipady='1m')
|
||||
padx='3m', pady='3m', ipadx='2m', ipady='1m')
|
||||
i = i+1
|
||||
|
||||
# 4. Set up a binding for <Return>, if there's a default,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue