* blog posts

* fix typo

* word

* version bump

* changelog

* update words
This commit is contained in:
Will McGugan
2023-05-03 13:22:22 +01:00
committed by GitHub
parent c87a2b1b37
commit e5c54a3683
6 changed files with 362 additions and 3 deletions

View File

@@ -181,6 +181,8 @@ In the following example we have three buttons, each of which does something dif
--8<-- "docs/examples/events/on_decorator01.py"
```
1. The message handler is called when any button is pressed
=== "Output"
```{.textual path="docs/examples/events/on_decorator01.py"}