We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18ba741 commit 86fc105Copy full SHA for 86fc105
src/textual/widgets/_static.py
@@ -34,7 +34,7 @@ class Static(Widget, inherit_bindings=False):
34
"""A widget to display simple static content, or use as a base class for more complex widgets.
35
36
Args:
37
- renderable: A Rich renderable, or string containing console markup.
+ content: A Rich renderable, or string containing console markup.
38
expand: Expand content if required to fill container.
39
shrink: Shrink content if required to fill container.
40
markup: True if markup should be parsed and rendered.
0 commit comments