Skip to content

Commit e65d594

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

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
@@ -28,7 +28,7 @@ class Component(ABC):
2828
"""Label used by many specific components. Optional """
2929

3030
children: list["Component"] | None = None
31-
"""Optional children used by many specific components."""
31+
"""Children used by many specific components. Optional """
3232

3333
@property
3434
def type(self):

0 commit comments

Comments
 (0)