From 47d8e995c56547ee17a941ea7f50c54926ba793f Mon Sep 17 00:00:00 2001 From: Paul Thebault Date: Thu, 27 Mar 2025 14:57:09 +0100 Subject: [PATCH] Fixed typo in the Tree widget bindings' docs --- src/textual/widgets/_tree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/textual/widgets/_tree.py b/src/textual/widgets/_tree.py index 1614fc8a3..8f9119a55 100644 --- a/src/textual/widgets/_tree.py +++ b/src/textual/widgets/_tree.py @@ -553,7 +553,7 @@ class Tree(Generic[TreeDataType], ScrollView, can_focus=True): | Key(s) | Description | | :- | :- | | 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. | | down | Move the cursor down. | """