From f648457c1e1f673c5749196572644f5c81d710e2 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Wed, 19 Oct 2022 15:21:22 +0100 Subject: [PATCH] action03 doesn't ring the bell on button press any more --- docs/guide/actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/actions.md b/docs/guide/actions.md index a443bd589..80644b206 100644 --- a/docs/guide/actions.md +++ b/docs/guide/actions.md @@ -71,7 +71,7 @@ The following example mounts simple static text with embedded action links. ```{.textual path="docs/examples/guide/actions/actions03.py"} ``` -When you click any of the links, Textual runs the `"set_background"` action to change the background to the given color and plays the terminal's bell. +When you click any of the links, Textual runs the `"set_background"` action to change the background to the given color. ## Bindings