Tidy up a comment

This commit is contained in:
Dave Pearson
2023-02-20 15:03:17 +00:00
parent 8d63af16ed
commit fe1261c1ba

View File

@@ -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: