Skip to content

Commit 22df971

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chartlets.py/chartlets/components/typography.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class Typography(Component):
99
and efficiently as possible."""
1010

1111
text: str | None = None
12-
"""Optional text to be displayed."""
12+
"""Text to be displayed. Optional"""
1313

1414
color: str | None = None
1515
"""The color of the component."""

0 commit comments

Comments
 (0)