Skip to content

Commit 47d8e99

Browse files
authored
Fixed typo in the Tree widget bindings' docs
1 parent f7d2be1 commit 47d8e99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/textual/widgets/_tree.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ class Tree(Generic[TreeDataType], ScrollView, can_focus=True):
553553
| Key(s) | Description |
554554
| :- | :- |
555555
| enter | Select the current item. |
556-
| space | Toggle the expand/collapsed space of the current item. |
556+
| space | Toggle the expand/collapsed state of the current item. |
557557
| up | Move the cursor up. |
558558
| down | Move the cursor down. |
559559
"""

0 commit comments

Comments
 (0)