mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Drop the
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:
@@ -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,_"}
|
```{.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
|
### Uninstalling screens
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user