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.
2 parents 74a2c90 + bfdc6c8 commit 55818c5Copy full SHA for 55818c5
src/textual/widgets/_tree.py
@@ -374,7 +374,7 @@ def add(
374
before: Optional index or `TreeNode` to add the node before.
375
after: Optional index or `TreeNode` to add the node after.
376
expand: Node should be expanded.
377
- allow_expand: Allow use to expand the node via keyboard or mouse.
+ allow_expand: Allow user to expand the node via keyboard or mouse.
378
379
Returns:
380
A new Tree node
0 commit comments