action03 doesn't ring the bell on button press any more

This commit is contained in:
Dave Pearson
2022-10-19 15:21:22 +01:00
parent 6f93568f77
commit f648457c1e

View File

@@ -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