From 41f07e766ce7b52df6e29501d0cdd4b5cc20fd98 Mon Sep 17 00:00:00 2001 From: Madeleine Date: Wed, 21 Sep 2022 17:06:59 +0100 Subject: [PATCH] fix typo --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 310a540..a3c0965 100644 --- a/main.py +++ b/main.py @@ -63,7 +63,7 @@ def calc_resistor(colours, bands): if i < 3: bands_value += str(bands[colour]["band"]) - # Get the multiplier for the 4rd colour + # Get the multiplier for the 4th colour elif i == 3: multiplier = bands[colour]["multiplier"]