Skip to content

Commit 6fc2a9a

Browse files
Fixed typo in comment
1 parent d6bf6c3 commit 6fc2a9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyrival/graphs/binary_lifting_on_tree.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
3636
res = Path[0]
3737
for node in Path[1:]:
38-
res = f(res, node)
38+
res = f(res, data[node])
3939
return res
4040
4141
Example:

0 commit comments

Comments
 (0)