Skip to content

Commit

Permalink
Merge branch '3.x.x' of github.com:c0fec0de/anytree
Browse files Browse the repository at this point in the history
  • Loading branch information
c0fec0de committed Oct 11, 2023
2 parents a975753 + 8b0b34f commit f6cca37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anytree/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def find_by_attr(node, value, name="name", maxlevel=None):
"""
Search for *single* node with attribute `name` having `value` but stop at `maxlevel`.
Return tuple with matching nodes.
Return matching node.
Args:
node: top node, start searching.
Expand Down

0 comments on commit f6cca37

Please sign in to comment.