Skip to content

Commit

Permalink
Fixed typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn-martinsson committed Sep 25, 2023
1 parent d6bf6c3 commit 6fc2a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyrival/graphs/binary_lifting_on_tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
res = Path[0]
for node in Path[1:]:
res = f(res, node)
res = f(res, data[node])
return res
Example:
Expand Down

0 comments on commit 6fc2a9a

Please sign in to comment.