Skip to content

Commit 61f4e96

Browse files
committed
Errata fix
1 parent 9e9c746 commit 61f4e96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Chapter01/banana_survey.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
plantain_yes_inp.pack(side='left', fill='x', ipadx=10, ipady=5)
121121
plantain_no_inp.pack(side='left', fill='x', ipadx=10, ipady=5)
122122
plantain_label.grid(row=6, columnspan=2, sticky=tk.W)
123-
plantain_frame.grid(row=7, columnspan=2, stick=tk.W)
123+
plantain_frame.grid(row=7, columnspan=2, sticky=tk.W)
124124

125125
# Sticky on all sides will allow the widget to fill vertical and horizontal
126126
banana_haiku_label.grid(row=8, sticky=tk.W)

0 commit comments

Comments
 (0)