diff --git a/docs/examples/guide/actions/actions03.py b/docs/examples/guide/actions/actions03.py index 22ccf57aa..ff68a58e9 100644 --- a/docs/examples/guide/actions/actions03.py +++ b/docs/examples/guide/actions/actions03.py @@ -15,7 +15,6 @@ class ActionsApp(App): def action_set_background(self, color: str) -> None: self.screen.styles.background = color - self.bell() if __name__ == "__main__":