We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3520835 commit 76510d9Copy full SHA for 76510d9
src/pygamepopup/components/dynamic_button.py
@@ -24,7 +24,7 @@ class DynamicButton(Button):
24
25
The sequence will be iterated to determine the next inner value after a click.
26
27
- This fluctuating value is the one that will be send has the first argument of
+ This fluctuating value is the one that will be sent has the first argument of
28
the method called on click, and a different label will be displayed on the button for
29
each different value of the sequence.
30
@@ -80,7 +80,7 @@ def __init__(
80
no_background,
81
margin,
82
disabled,
83
- column_span
+ column_span=column_span
84
)
85
self.values: Sequence[any] = values
86
self.current_value_index: int = current_value_index
0 commit comments