Skip to content

Commit 9c4858a

Browse files
authored
Fix typo (#2869)
1 parent 339505e commit 9c4858a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/examples/guide/screens/modal01.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def on_button_pressed(self, event: Button.Pressed) -> None:
3131

3232

3333
class ModalApp(App):
34-
"""A app with a modal dialog."""
34+
"""An app with a modal dialog."""
3535

3636
CSS_PATH = "modal01.css"
3737
BINDINGS = [("q", "request_quit", "Quit")]

docs/examples/guide/screens/modal02.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def on_button_pressed(self, event: Button.Pressed) -> None:
3131

3232

3333
class ModalApp(App):
34-
"""A app with a modal dialog."""
34+
"""An app with a modal dialog."""
3535

3636
CSS_PATH = "modal01.css"
3737
BINDINGS = [("q", "request_quit", "Quit")]

0 commit comments

Comments
 (0)