Skip to content

Commit 048ac5f

Browse files
committed
fix #178
1 parent e55d024 commit 048ac5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

anytree/search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def find_by_attr(node, value, name="name", maxlevel=None):
169169
"""
170170
Search for *single* node with attribute `name` having `value` but stop at `maxlevel`.
171171
172-
Return tuple with matching nodes.
172+
Return matching node.
173173
174174
Args:
175175
node: top node, start searching.

0 commit comments

Comments
 (0)