mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Tidy up a comment
This commit is contained in:
@@ -70,7 +70,7 @@ class RadioSet(Container):
|
||||
"""
|
||||
# If the button is changing to be the pressed button...
|
||||
if event.input.value:
|
||||
# ...look the button that was previously the pressed one and
|
||||
# ...look for the button that was previously the pressed one and
|
||||
# unpress it.
|
||||
for button in self._buttons:
|
||||
if button.value and button != event.input:
|
||||
|
||||
Reference in New Issue
Block a user