This could either be dropping `the`, as I've done here, or perhaps adding
something like `approach` after `SCREENS`. I feel one or the other is needed
to make this flow well.
This commit is contained in:
Dave Pearson
2022-10-15 22:26:19 +01:00
parent bdbdb62fd0
commit a20dbbe325

View File

@@ -68,7 +68,7 @@ You can also _install_ new named screens dynamically with the [install_screen][t
```{.textual path="docs/examples/guide/screens/screen02.py" press="b,_"}
```
Although both do the same thing, we recommend the `SCREENS` for screens that exist for the lifetime of your app.
Although both do the same thing, we recommend `SCREENS` for screens that exist for the lifetime of your app.
### Uninstalling screens