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: