Skip to content

Commit ba8e438

Browse files
authored
docs: clarify parameter description for custom_id
Signed-off-by: Lala Sabathil <[email protected]>
1 parent bbeb1cb commit ba8e438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/ui/view.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ def get_item(self, custom_id: str | int) -> Item[V] | None:
446446
Parameters
447447
----------
448448
custom_id: Union[:class:`str`, :class:`int`]
449-
The custom_id of the item to get
449+
The id of the item to get
450450
451451
Returns
452452
-------

0 commit comments

Comments
 (0)