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