Correct the container status of Static in the docs

See https://github.com/Textualize/textual/pull/1193#discussion_r1025466567
This commit is contained in:
Dave Pearson
2022-11-17 20:24:39 +00:00
parent 5dcbd07f08
commit 28bc889f7b

View File

@@ -4,7 +4,7 @@ A widget which displays static content.
Can be used for Rich renderables and can also for the base for other types of widgets.
- [ ] Focusable
- [x] Container
- [ ] Container
## Example