Skip to content

Commit 47b3a4c

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

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
@@ -707,7 +707,7 @@ def action_maximize(self) -> None:
707707
self.maximize(self.focused)
708708

709709
def action_minimize(self) -> None:
710-
"""Action to minimize the currently focused widget."""
710+
"""Action to minimize the currently maximized widget."""
711711
self.minimize()
712712

713713
def _reset_focus(

0 commit comments

Comments
 (0)