Skip to content

Commit 0cd39a4

Browse files
clarasbb-yogesh
andauthored
Update chartlets.py/chartlets/components/select.py
Co-authored-by: b-yogesh <[email protected]>
1 parent b71b36a commit 0cd39a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chartlets.py/chartlets/components/select.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Select(Component):
1414
information from a list of options."""
1515

1616
multiple: bool | None = None
17-
"""Allows for multiple selection in Select Menu. If `true` value
17+
"""Allows for multiple selection in Select Menu. If `true`, value
1818
must be an array.
1919
"""
2020

0 commit comments

Comments
 (0)