From 61b6409d51539e43e0debe36b927613a5a9f8e13 Mon Sep 17 00:00:00 2001 From: Azieb Date: Wed, 10 Sep 2025 19:05:01 -0500 Subject: [PATCH] Update officeHours.py Corrected spelling and casing of "Hours" in line 4. --- officeHours.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/officeHours.py b/officeHours.py index f4878e0e..2d4daa3b 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