docstring

This commit is contained in:
Will McGugan
2022-09-29 17:25:01 +01:00
parent 7bfe178c69
commit dfe4fa47d0

View File

@@ -1508,7 +1508,7 @@ class App(Generic[ReturnType], DOMNode):
"""Focus the given widget.
Args:
widget_id (str): _description_
widget_id (str): ID of widget to focus.
"""
try:
node = self.query(f"#{widget_id}").first()