Fix docstring in selector helper (#140929)

This commit is contained in:
Erik Montnemery
2025-03-19 16:37:07 +01:00
committed by GitHub
parent 4a5567806b
commit 6b9c1e17e0
+1 -1
View File
@@ -1136,7 +1136,7 @@ class SelectOptionDict(TypedDict):
class SelectSelectorMode(StrEnum):
"""Possible modes for a number selector."""
"""Possible modes for a select selector."""
LIST = "list"
DROPDOWN = "dropdown"