Skip to content

Commit 43c8f37

Browse files
committed
Fix typo in variable name
1 parent cdf45f3 commit 43c8f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MiniPy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def do_cumprod(lst):
1818
tmp = 1
1919
toReturn = list()
2020
for el in lst:
21-
tmo *= el
21+
tmp *= el
2222
toReturn.append[tmp]
2323
return toReturn
2424

0 commit comments

Comments
 (0)