We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 782c652 commit be976c4Copy full SHA for be976c4
arcade/examples/gui/exp_controller_support_grid.py
@@ -32,7 +32,7 @@ class FocusableButton(Focusable, UIFlatButton):
32
def setup_grid_focus_transition(grid: Dict[Tuple[int, int], UIWidget]):
33
"""Setup focus transition in grid.
34
35
- Connect focus transition between `Focusable` in grid.
+ Connect focus transition between `Focusable` in grid.
36
37
Args:
38
grid: Dict[Tuple[int, int], Focusable]: grid of Focusable widgets.
0 commit comments