Skip to content

Commit 5c64352

Browse files
authored
Merge pull request #5680 from pthebaul/patch-1
Fixed typo in the Tree widget bindings' docs
2 parents 49baf6b + 47d8e99 commit 5c64352

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)