Merge branch 'promote-disabled' of github.com:davep/textual into promote-disabled

This commit is contained in:
Dave Pearson
2023-02-16 13:15:47 +00:00

View File

@@ -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."""