mirror of
https://github.com/Rapptz/discord.py.git
synced 2026-09-20 19:17:42 +00:00
Fix typo in ui.RadioGroup.value docstring
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user