Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 46a0bb4

Browse files
committed
Typo discovered by Case Roole.
1 parent d6449a2 commit 46a0bb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Demo/tkinter/guido/dialog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def dialog(master, title, text, bitmap, default, *args):
4747
padx='2m', pady='2m', ipadx='2m', ipady='1m')
4848
else:
4949
b.pack (side=LEFT, expand=1,
50-
padx='3m', pady='3m', ipady='2m', ipady='1m')
50+
padx='3m', pady='3m', ipadx='2m', ipady='1m')
5151
i = i+1
5252

5353
# 4. Set up a binding for <Return>, if there's a default,

0 commit comments

Comments
 (0)