From d2d5b15efe5077f5b44f7fe0ded8d81fbd4753f0 Mon Sep 17 00:00:00 2001 From: LeslySturgill Date: Wed, 25 Mar 2026 22:16:06 -0700 Subject: [PATCH] Update officeHours.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed “Office Hour are from 9:00 am to 9:00 pm.” to “Office Hours are from 9:00 am to 9:00 pm.” --- 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