Skip to content

Commit 7391f3b

Browse files
committed
fix comment
1 parent fbe80d6 commit 7391f3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flopy4/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ def find(
6767
) -> Optional[Scalar]:
6868
"""
6969
Search for a value with the given `key` in the given `tree`, first
70-
within itself, then from the root downwards in breadth-first order.
70+
within its own `Dataset`, then depth-first from the root downwards.
7171
A set of search paths can be provided to look in before continuing
72-
with the unguided BFS. If a match is not found, return a `default`.
72+
with the unguided DFS. If a match is not found, return a `default`.
7373
"""
7474

7575
def _find_recursive(tree, key):

0 commit comments

Comments
 (0)