Skip to content

Commit 5e9381e

Browse files
committed
docstring
1 parent b5e5118 commit 5e9381e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/textual/widgets/_static.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def visual(self) -> Visual:
6666

6767
@property
6868
def content(self) -> VisualType:
69-
"""The content set in the constructor."""
69+
"""The original content set in the constructor."""
7070
return self._content
7171

7272
@content.setter

0 commit comments

Comments
 (0)