Skip to content

Commit fd61a8e

Browse files
committed
Format Fix
1 parent b6fd537 commit fd61a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord_slash/utils/manage_components.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ def create_select(
212212
:param placeholder: Custom placeholder text if nothing is selected
213213
:param min_values: The minimum number of items that **must** be chosen
214214
:param max_values: The maximum number of items that **can** be chosen
215-
:param disabled: Disables this component. Defaults to ``False``.
215+
:param disabled: Disables this component. Defaults to ``False``.
216216
"""
217217
if not len(options) or len(options) > 25:
218218
raise IncorrectFormat("Options length should be between 1 and 25.")

0 commit comments

Comments
 (0)