Browse Source

docs: fix typo in ui.RadioGroup.value docstring

pull/10455/head
VOVOplay 1 month ago
parent
commit
73829bb777
  1. 2
      discord/ui/radio.py

2
discord/ui/radio.py

@ -113,7 +113,7 @@ class RadioGroup(Item[V]):
@property
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
@property

Loading…
Cancel
Save