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 ca20716 commit c082751Copy full SHA for c082751
bigtree/tree/search.py
@@ -177,7 +177,7 @@ def find_relative_path(tree: NodeT, path_name: str) -> NodeT:
177
- If path name starts with leading separator symbol, it will start at root node.
178
179
Examples:
180
- >>> from bigtree import find_relative_path, str_to_tree
+ >>> from bigtree import Node, find_relative_path
181
>>> root = Node("a", age=90)
182
>>> b = Node("b", age=65, parent=root)
183
>>> c = Node("c", age=60, parent=root)
0 commit comments