From ff65d9da4145040c2ea002bec9dbedd66a9a4f60 Mon Sep 17 00:00:00 2001 From: Dunchy Date: Tue, 9 Jun 2026 11:59:56 -0700 Subject: [PATCH] Update officeHours.py Corrected typo on line 4 of officeHours.py --- officeHours.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/officeHours.py b/officeHours.py index f4878e0e..c309172d 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