Skip to content

Commit 8845967

Browse files
Merge pull request #2998 from khanhkhanhlele/Droplistmenu/GamesCalender.py
Fix typos in Droplistmenu/GamesCalender.py
2 parents a204ae3 + 79a3f00 commit 8845967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Droplistmenu/GamesCalender.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def show():
5353

5454

5555
# Create button, it will change label text
56-
button = Button(window, text="Add to calender", command=show).place(x=100, y=200)
56+
button = Button(window, text="Add to calendar", command=show).place(x=100, y=200)
5757

5858
# Create Label
5959
label = Label(window, text=" ")

0 commit comments

Comments
 (0)