From c9484c64cacd294e297b98e185a99c0dad7c8193 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Thu, 17 Nov 2022 20:25:02 +0000 Subject: [PATCH] Correct the container status of Label in the docs See https://github.com/Textualize/textual/pull/1193#discussion_r1025466567 --- docs/widgets/label.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/widgets/label.md b/docs/widgets/label.md index d4c22feac..96a31bcc6 100644 --- a/docs/widgets/label.md +++ b/docs/widgets/label.md @@ -3,7 +3,7 @@ A widget which displays static text, but which can also contain more complex Rich renderables. - [ ] Focusable -- [x] Container +- [ ] Container ## Example