Fix docstring typo

Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com>
This commit is contained in:
Dave Pearson
2023-02-16 11:40:52 +00:00
committed by GitHub
parent 8762866b27
commit 7ba64c7199

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