mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Fix a docstring typo
Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user