mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Fix typo (#2869)
This commit is contained in:
committed by
GitHub
parent
339505e8c7
commit
9c4858a7b3
@@ -31,7 +31,7 @@ class QuitScreen(Screen):
|
||||
|
||||
|
||||
class ModalApp(App):
|
||||
"""A app with a modal dialog."""
|
||||
"""An app with a modal dialog."""
|
||||
|
||||
CSS_PATH = "modal01.css"
|
||||
BINDINGS = [("q", "request_quit", "Quit")]
|
||||
|
||||
@@ -31,7 +31,7 @@ class QuitScreen(ModalScreen):
|
||||
|
||||
|
||||
class ModalApp(App):
|
||||
"""A app with a modal dialog."""
|
||||
"""An app with a modal dialog."""
|
||||
|
||||
CSS_PATH = "modal01.css"
|
||||
BINDINGS = [("q", "request_quit", "Quit")]
|
||||
|
||||
Reference in New Issue
Block a user