Fix a docstring typo

Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com>
This commit is contained in:
Dave Pearson
2023-02-27 13:35:54 +00:00
committed by GitHub
parent b5c028c36d
commit dec9a77304

View File

@@ -11,7 +11,7 @@ class RadioButton(ToggleButton):
"""
BUTTON_INNER = ""
"""The character used to for the inside of the button."""
"""The character used for the inside of the button."""
class Changed(ToggleButton.Changed):
"""Posted when the value of the radio button changes.