diff --git a/tests/test_disabled.py b/tests/test_disabled.py index 8ad3d0e09..850fcf7c7 100644 --- a/tests/test_disabled.py +++ b/tests/test_disabled.py @@ -17,7 +17,7 @@ from textual.widgets import ( class DisableApp(App[None]): - """Application for testing Widget.disable.""" + """Application for testing Widget.disabled.""" def compose(self) -> ComposeResult: """Compose the child widgets."""