Skip to content

Commit 82d61c1

Browse files
Update src/textual/screen.py
Co-authored-by: Darren Burns <[email protected]>
1 parent 47b3a4c commit 82d61c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/textual/screen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,7 @@ def maximize(self, widget: Widget, container: bool = True) -> None:
679679
680680
Args:
681681
widget: Widget to maximize.
682-
container: If one of the widgets ancestors is a maximizeable widget, also maximize that.
682+
container: If one of the widgets ancestors is a maximizeable widget, maximize that instead.
683683
"""
684684
if widget.allow_maximize:
685685
if container:

0 commit comments

Comments
 (0)