docstring

This commit is contained in:
Will McGugan
2022-05-04 11:15:55 +01:00
parent 79948f08df
commit 3872d2c249

View File

@@ -211,7 +211,7 @@ class App(Generic[ReturnType], DOMNode):
@property
def focus_chain(self) -> list[Widget]:
"""Get widgets that may receive focus"""
"""Get widgets that may receive focus, in focus order."""
widgets: list[Widget] = []
add_widget = widgets.append
root = self.screen