mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Remove type information from a property docstring
This commit is contained in:
@@ -528,7 +528,7 @@ class App(Generic[ReturnType], DOMNode):
|
||||
|
||||
@property
|
||||
def focused(self) -> Widget | None:
|
||||
"""Widget | None: the widget that is focused on the currently active screen."""
|
||||
"""The widget that is focused on the currently active screen."""
|
||||
return self.screen.focused
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user