Skip to content

Commit

Permalink
fixed docstring in Static to reflect 'renderable' being renamed to 'c…
Browse files Browse the repository at this point in the history
…ontent'
  • Loading branch information
edward-jazzhands committed Nov 16, 2024
1 parent 18ba741 commit a230ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/textual/widgets/_static.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class Static(Widget, inherit_bindings=False):
"""A widget to display simple static content, or use as a base class for more complex widgets.
Args:
renderable: A Rich renderable, or string containing console markup.
content: A Rich renderable, or string containing console markup.
expand: Expand content if required to fill container.
shrink: Shrink content if required to fill container.
markup: True if markup should be parsed and rendered.
Expand Down

0 comments on commit a230ecd

Please sign in to comment.