mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Typo fix
This commit is contained in:
@@ -133,7 +133,7 @@ class RadioSet(Container):
|
||||
|
||||
@property
|
||||
def pressed_button(self) -> RadioButton | None:
|
||||
"""The currently-pressed button, or `None` none are pressed."""
|
||||
"""The currently-pressed button, or `None` if none are pressed."""
|
||||
try:
|
||||
return self.query_one("RadioButton.-on", RadioButton)
|
||||
except QueryError:
|
||||
|
||||
Reference in New Issue
Block a user