Skip to content

Commit 965daca

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

File tree

1 file changed

+1
-1
lines changed
  • chartlets.py/chartlets/components

1 file changed

+1
-1
lines changed

chartlets.py/chartlets/components/box.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class Box(Container):
88
"""The Box component is a generic container for grouping other components.
99
It's a fundamental building block. Think of it as an HTML `<div>` element.
1010
11-
Use the `style` attribute how to layout the box and its child components.
11+
Use the `style` attribute to layout the box and its child components.
1212
"""
1313

1414
component: str | None = None

0 commit comments

Comments
 (0)