Skip to content

Commit 14ef7d4

Browse files
committed
Add valid options of WidgetType to docstring
1 parent 7e2551d commit 14ef7d4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

displayio_effects/__init__.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,11 @@
2626

2727
# pylint: disable=too-few-public-methods
2828
class WidgetType:
29-
"""Enum values for customizable widget types"""
29+
"""Enum values for customizable widget types. Valid options are:
30+
31+
- ``WidgetType.DIAL`` - Dial widget
32+
- ``WidgetType.GAUGE`` - Gauge widget
33+
"""
3034

3135
DIAL = 0
3236
GAUGE = 1

0 commit comments

Comments
 (0)