diff --git a/discord/ui/radio.py b/discord/ui/radio.py index 4c02c6638..42a4c6c36 100644 --- a/discord/ui/radio.py +++ b/discord/ui/radio.py @@ -54,7 +54,7 @@ V = TypeVar('V', bound='BaseView', covariant=True) class RadioGroup(Item[V]): - """Represents a radio group component within a modal. + """Represents a radio group component within a modal that can only be used in :class:`Label`. .. versionadded:: 2.7