Skip to content

Commit 9a1e645

Browse files
committed
docstring
1 parent 5f7a0be commit 9a1e645

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/textual/app.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -715,6 +715,9 @@ def animator(self) -> Animator:
715715
def screen(self) -> Screen:
716716
"""Screen: The current screen.
717717
718+
Returns:
719+
The currently active (visible) screen.
720+
718721
Raises:
719722
ScreenStackError: If there are no screens on the stack.
720723
"""

0 commit comments

Comments
 (0)