We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d1c24d8 + 435f539 commit d0f5554Copy full SHA for d0f5554
1 file changed
touch.py
@@ -56,7 +56,7 @@ def __init__(self, data):
56
verticalSizes = data[int(len(data)/2):]
57
58
self.touches = []
59
- for i in range[0:len(verticalLocations)]:
+ for i in range(0,len(verticalLocations)):
60
if verticalLocations[i] is not -1:
61
self.touches.append((verticalLocations[i], verticalSizes[i]))
62
0 commit comments