diff --git a/discord/ui/text_input.py b/discord/ui/text_input.py index d9bfbfc21..30c5ff9cc 100644 --- a/discord/ui/text_input.py +++ b/discord/ui/text_input.py @@ -122,7 +122,7 @@ class TextInput(Item[V]): @property def custom_id(self) -> str: - """:class:`str`: The ID of the select menu that gets received during an interaction.""" + """:class:`str`: The ID of the text input that gets received during an interaction.""" return self._underlying.custom_id @custom_id.setter