Correct a typo in Tree.add

This commit is contained in:
Dave Pearson
2024-11-28 14:29:32 +00:00
parent 74a2c90b69
commit bfdc6c87bc

View File

@@ -374,7 +374,7 @@ class TreeNode(Generic[TreeDataType]):
before: Optional index or `TreeNode` to add the node before.
after: Optional index or `TreeNode` to add the node after.
expand: Node should be expanded.
allow_expand: Allow use to expand the node via keyboard or mouse.
allow_expand: Allow user to expand the node via keyboard or mouse.
Returns:
A new Tree node