Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
YamLyubov committed Jul 21, 2023
1 parent 95de85b commit f46f1a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion golem/core/dag/graph_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def subtree_impl(node):


def node_depth(nodes: Union['GraphNode', Sequence['GraphNode']]) -> int:
"""Gets the maximal depth фьщтп the provided ``nodes`` in the graph
"""Gets the maximal depth among the provided ``nodes`` in the graph
Args:
nodes: nodes to calculate the depth for
Expand Down

0 comments on commit f46f1a7

Please sign in to comment.