We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9953eb4 commit b08ed58Copy full SHA for b08ed58
src/frequenz/sdk/microgrid/_graph.py
@@ -276,7 +276,7 @@ def dfs(
276
"""
277
Search for components that fulfill the condition in the Graph.
278
279
- DFS is used for searching the graph. The graph travarsal is stopped
+ DFS is used for searching the graph. The graph traversal is stopped
280
once a component fulfills the condition.
281
282
Args:
@@ -285,7 +285,7 @@ def dfs(
285
condition: The condition function to check for.
286
287
Returns:
288
- A set of component ids where the coresponding components fulfill
+ A set of component ids where the corresponding components fulfill
289
the condition function.
290
291
0 commit comments