Skip to content

Commit 2c28b31

Browse files
committed
Merge branch 'docs-updates-11sep24' of github.com:Textualize/textual into docs-updates-11sep24
2 parents cd3e238 + e12bbd6 commit 2c28b31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/widgets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ See the [style reference](../styles/index.md) for details.
195195
Widgets can have a list of associated key [bindings](../guide/input.md#bindings),
196196
which let them call [actions](../guide/actions.md) in response to key presses.
197197

198-
A widget is only able to handle key presses if it or one of its descendants has [focus](../guide/input.md#input-focus).
198+
A widget is able to handle key presses if it or one of its descendants has [focus](../guide/input.md#input-focus).
199199

200200
Widgets aren't focusable by default.
201201
To allow a widget to be focused, we need to set `can_focus=True` when defining a widget subclass.

0 commit comments

Comments
 (0)