Skip to content

Commit

Permalink
fix(docs): fix default_values property type
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftinv committed Oct 7, 2023
1 parent 8551d66 commit 79a75d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion disnake/ui/select/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def disabled(self, value: bool) -> None:

@property
def default_values(self) -> List[SelectDefaultValue]:
""":class:`bool`: The list of values that are selected by default.
"""List[:class:`.SelectDefaultValue`]: The list of values that are selected by default.
Only available for auto-populated select menus.
"""
return self._underlying.default_values
Expand Down

0 comments on commit 79a75d8

Please sign in to comment.