From 28bc889f7b0fbadfc9d194b40e84a537b7b57bfd Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Thu, 17 Nov 2022 20:24:39 +0000 Subject: [PATCH] Correct the container status of Static in the docs See https://github.com/Textualize/textual/pull/1193#discussion_r1025466567 --- docs/widgets/static.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/widgets/static.md b/docs/widgets/static.md index 4d9fc994c..c8e41606f 100644 --- a/docs/widgets/static.md +++ b/docs/widgets/static.md @@ -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