mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Fix docstring typo
Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com>
This commit is contained in:
@@ -17,7 +17,7 @@ from textual.widgets import (
|
|||||||
|
|
||||||
|
|
||||||
class DisableApp(App[None]):
|
class DisableApp(App[None]):
|
||||||
"""Application for testing Widget.disable."""
|
"""Application for testing Widget.disabled."""
|
||||||
|
|
||||||
def compose(self) -> ComposeResult:
|
def compose(self) -> ComposeResult:
|
||||||
"""Compose the child widgets."""
|
"""Compose the child widgets."""
|
||||||
|
|||||||
Reference in New Issue
Block a user