Skip to content

Commit 7ea2f42

Browse files
committed
word
1 parent de0cca9 commit 7ea2f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/textual/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3317,7 +3317,7 @@ async def on_event(self, event: events.Event) -> None:
33173317
def escape_to_minimize(self) -> bool:
33183318
"""Use the escape key to minimize?
33193319
3320-
When a widget is [maximized][textual.screen.Screen.maximize], this value determines if the `escape` key will
3320+
When a widget is [maximized][textual.screen.Screen.maximize], this boolean determines if the `escape` key will
33213321
minimize the widget (potentially overriding any bindings).
33223322
33233323
The default logic is to use the screen's `ESCAPE_TO_MINIMIZE` classvar if it is set to `True` or `False`.

0 commit comments

Comments
 (0)