From d56c61bcf88686ea1f76e3b30f29b52b8a5f48fb Mon Sep 17 00:00:00 2001 From: Tec-volt Date: Sun, 16 Aug 2026 01:05:45 -0700 Subject: [PATCH] Fixed grammar on line 4 On line 4 the message should have said: Office hours are from 9:00 am to 9:00 pm. Hours was missing an 's' originally --- officeHours.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/officeHours.py b/officeHours.py index f4878e0e..6891f05c 100644 --- a/officeHours.py +++ b/officeHours.py @@ -1,7 +1,7 @@ title = "Office Hour" print(title) -message = "Office hour are from 9:00 am to 9:00 pm." +message = "Office hours are from 9:00 am to 9:00 pm." print(message) portlandTime = 8