Fix typo in ui.RadioGroup.value docstring

This commit is contained in:
VOVOplay
2026-07-08 16:17:28 -04:00
committed by GitHub
parent 0481f62cca
commit fc65f253f7
+1 -1
View File
@@ -113,7 +113,7 @@ class RadioGroup(Item[V]):
@property @property
def value(self) -> Optional[str]: def value(self) -> Optional[str]:
"""Optional[:class:`str`]: The value have been selected by the user, if any.""" """Optional[:class:`str`]: The value that has been selected by the user, if any."""
return self._value return self._value
@property @property