Skip to content

Commit a4eb1c3

Browse files
Merge pull request #1780 from Shiv-Expert2503/v1
'Fixed_day_section'
2 parents a7a0e30 + 1ac940f commit a4eb1c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Age-Calculator-GUI/age_calc_gui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def check_day():
9191
else:
9292
return True
9393
except Exception as e:
94-
self.statement = tk.Label(text=f"{nameValue.get()}'s birth month\n cannot parse to int.", font="courier 10", bg="lightblue")
94+
self.statement = tk.Label(text=f"{nameValue.get()}'s birth day\n cannot parse to int.", font="courier 10", bg="lightblue")
9595
self.statement.grid(row=6, column=1, pady=15)
9696
return False
9797

0 commit comments

Comments
 (0)