Skip to content

Commit a86aecb

Browse files
committed
fix typo
1 parent 296ca5b commit a86aecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tkinterTUT/tk2_label_button.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
var = tk.StringVar()
1313
l = tk.Label(window, textvariable=var, bg='green', font=('Arial', 12), width=15,
1414
height=2)
15-
#l = tk.Label(root, text='OMG! this is TK!', bg='green', font=('Arial', 12), width=15, height=2)
15+
#l = tk.Label(window, text='OMG! this is TK!', bg='green', font=('Arial', 12), width=15, height=2)
1616
l.pack()
1717

1818
on_hit = False

0 commit comments

Comments
 (0)