From 4122817fae1895ee0d9dab2f7021ae23381ebc6e Mon Sep 17 00:00:00 2001 From: BigGamerGary Date: Tue, 3 Feb 2026 18:53:19 +1000 Subject: [PATCH] Slight Comment Change --- src/py/slots/Slots.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/py/slots/Slots.py b/src/py/slots/Slots.py index da0f275..9846765 100644 --- a/src/py/slots/Slots.py +++ b/src/py/slots/Slots.py @@ -25,7 +25,7 @@ class SlotMachine(): for icon in wheel.icons: matrix[i].append(icon) - # Use Zip function to aggregate unpacked matrix (*matrix unpacks it) + # Use Zip function to transpose unpacked matrix (*matrix unpacks it) matrix = zip(*matrix) for row in matrix: