From d0e89c3a6f2adb02c5e15f4da6fd347a6c05700a Mon Sep 17 00:00:00 2001 From: onefloid <33193059+onefloid@users.noreply.github.com> Date: Sun, 3 Mar 2024 14:04:51 +0100 Subject: [PATCH] Fix: Typo --- 2-control-flow/sals-shipping/shipping.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2-control-flow/sals-shipping/shipping.py b/2-control-flow/sals-shipping/shipping.py index 07d8cbf..ab8b106 100644 --- a/2-control-flow/sals-shipping/shipping.py +++ b/2-control-flow/sals-shipping/shipping.py @@ -16,11 +16,11 @@ print("Ground Shipping $", cost_ground) -# Ground Shipping Premimum 🚚💨 +# Ground Shipping Premium 🚚💨 cost_ground_premium = 125.00 -print("Ground Shipping Premimium $", cost_ground_premium) +print("Ground Shipping Premium $", cost_ground_premium) # Drone Shipping 🛸