Update docs/guide/app.md

This commit is contained in:
Rodrigo Girão Serrão
2023-02-01 14:53:20 +00:00
committed by GitHub
parent 476eca7a6e
commit 2140aa52d2

View File

@@ -214,7 +214,7 @@ For example, the application shown below changes its title and subtitle as soon
If you run the app shown above and if you press a key, the title and subtitle update accordingly. If you run the app shown above and if you press a key, the title and subtitle update accordingly.
For example, if you press `t`, your application will look as shown below: For example, if you press ++t++, your application will look as shown below:
```{.textual path="docs/examples/app/question_title02.py" press="t"} ```{.textual path="docs/examples/app/question_title02.py" press="t"}
``` ```