Skip to content

Commit ff0211f

Browse files
committed
docstring
1 parent 16df382 commit ff0211f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/textual/visual.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ def get_rich_style(self) -> RichStyle:
258258

259259
@cached_property
260260
def without_color(self) -> Style:
261+
"""The style with no color."""
261262
return Style(
262263
bold=self.bold,
263264
dim=self.dim,

0 commit comments

Comments
 (0)