We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a204ae3 + 79a3f00 commit 8845967Copy full SHA for 8845967
1 file changed
Droplistmenu/GamesCalender.py
@@ -53,7 +53,7 @@ def show():
53
54
55
# Create button, it will change label text
56
-button = Button(window, text="Add to calender", command=show).place(x=100, y=200)
+button = Button(window, text="Add to calendar", command=show).place(x=100, y=200)
57
58
# Create Label
59
label = Label(window, text=" ")
0 commit comments