Skip to content

Commit 4bce831

Browse files
Update src/textual/app.py
Co-authored-by: darrenburns <[email protected]>
1 parent cfd5d53 commit 4bce831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/textual/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1644,7 +1644,7 @@ def _walk_children(self, root: Widget) -> Iterable[list[Widget]]:
16441644
"""Walk children depth first, generating widgets and a list of their siblings.
16451645
16461646
Returns:
1647-
Iterable[list[Widget]]:
1647+
Iterable[list[Widget]]: The child widgets of root.
16481648
16491649
"""
16501650
stack: list[Widget] = [root]

0 commit comments

Comments
 (0)