Merge pull request #5680 from pthebaul/patch-1

Fixed typo in the Tree widget bindings' docs
This commit is contained in:
Will McGugan
2025-03-27 15:37:18 +00:00
committed by GitHub

View File

@@ -553,7 +553,7 @@ class Tree(Generic[TreeDataType], ScrollView, can_focus=True):
| Key(s) | Description | | Key(s) | Description |
| :- | :- | | :- | :- |
| enter | Select the current item. | | enter | Select the current item. |
| space | Toggle the expand/collapsed space of the current item. | | space | Toggle the expand/collapsed state of the current item. |
| up | Move the cursor up. | | up | Move the cursor up. |
| down | Move the cursor down. | | down | Move the cursor down. |
""" """