From 611ebf3c87775cefb95e943bfaf76079aa021fce Mon Sep 17 00:00:00 2001 From: David Kasakaitis Date: Sat, 5 Apr 2025 09:20:05 +0100 Subject: [PATCH] docs(widget): add missing `markup` param description to docstring --- src/textual/widget.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/textual/widget.py b/src/textual/widget.py index 21214c0e46..3fabdc52bc 100644 --- a/src/textual/widget.py +++ b/src/textual/widget.py @@ -409,6 +409,7 @@ def __init__( id: The ID of the widget in the DOM. classes: The CSS classes for the widget. disabled: Whether the widget is disabled or not. + markup: True if markup should be parsed and rendered. """ self._render_markup = markup _null_size = NULL_SIZE