From 4c54fcf76a61c156f91d749c906b41205defb3ed Mon Sep 17 00:00:00 2001 From: henrystanaford-code Date: Sat, 21 Mar 2026 11:09:42 -0400 Subject: [PATCH 1/2] Update officeHours.py changed "hour" to "hours" in Line 4 --- 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 From f8a34aaf07804fb362519540f20022face0d78db Mon Sep 17 00:00:00 2001 From: henrystanaford-code Date: Mon, 23 Mar 2026 08:35:02 -0400 Subject: [PATCH 2/2] Update officeHours.py Fixed typo "hours" to "Hours". Fixed typo "londontimee" to "londontime". --- officeHours.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/officeHours.py b/officeHours.py index 6891f05c..8725fc63 100644 --- a/officeHours.py +++ b/officeHours.py @@ -1,7 +1,7 @@ title = "Office Hour" print(title) -message = "Office hours 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 @@ -87,7 +87,7 @@ def londonBranch(): print("The London branch is closed") elif londontime == 11: print("The London branch is closed") - elif londontimee == 12: + elif londontime == 12: print("The London branch is closed") else: print("An error has occured")