Skip to content

Commit 28aa397

Browse files
authored
Update docstring for RadioGroup class
Clarified the docstring to specify usage within Label.
1 parent 9798e59 commit 28aa397

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

discord/ui/radio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454

5555

5656
class RadioGroup(Item[V]):
57-
"""Represents a radio group component within a modal.
57+
"""Represents a radio group component within a modal that can only be used in :class:`Label`.
5858
5959
.. versionadded:: 2.7
6060

0 commit comments

Comments
 (0)