Skip to content

Commit d14a809

Browse files
formanb-yogesh
andauthored
Update chartlets.py/chartlets/component.py
Co-authored-by: b-yogesh <[email protected]>
1 parent f4d3155 commit d14a809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chartlets.py/chartlets/component.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class Component(ABC):
2525
#
2626
# Special non-HTML properties
2727
label: str | None = None
28-
"""Optional label used by many specific components."""
28+
"""Label used by many specific components. Optional """
2929

3030
children: list["Component"] | None = None
3131
"""Optional children used by many specific components."""

0 commit comments

Comments
 (0)