Skip to content

Commit 80d458f

Browse files
authored
Update tpy.py
1 parent 75a42ae commit 80d458f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

true/tpy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
elif code[p] in "0123456789" : s.append(int(code[p]))
1313
elif code[p] == "[" : p=code.index("]", p)
1414
if code[p] == "\n" : break
15-
if len(code) == p + 1:p = -1
15+
if len(code) == p +1: p = -1
1616
p += 1

0 commit comments

Comments
 (0)