mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Correct docstring typo
This commit is contained in:
@@ -226,7 +226,7 @@ class Widget(DOMNode):
|
||||
auto_links = Reactive(True)
|
||||
"""Widget will highlight links automatically."""
|
||||
disabled = Reactive(False)
|
||||
"""The disabled state of the widget. `True` if disabled, `False if not."""
|
||||
"""The disabled state of the widget. `True` if disabled, `False` if not."""
|
||||
|
||||
hover_style: Reactive[Style] = Reactive(Style, repaint=False)
|
||||
highlight_link_id: Reactive[str] = Reactive("")
|
||||
|
||||
Reference in New Issue
Block a user