From 967f5c4821e5260f069f8361445d45facc253ae7 Mon Sep 17 00:00:00 2001 From: joannasabak Date: Thu, 13 Aug 2026 16:44:39 +0100 Subject: [PATCH 1/2] Fixed a typo in officeHours.py --- 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 From dd2da381133cd206fcf8f1f5317bc83906a04f1d Mon Sep 17 00:00:00 2001 From: joannasabak Date: Thu, 13 Aug 2026 16:49:10 +0100 Subject: [PATCH 2/2] Found and fixed another typo --- officeHours.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/officeHours.py b/officeHours.py index 2d4daa3b..8725fc63 100644 --- a/officeHours.py +++ b/officeHours.py @@ -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")